Hello, colleagues !
I have to implement search in XTextTable, I have got access to Reference< XTextTable > and to cells in table via Reference< XCell > but when I try to get service Cell
via
Reference< com :: sun :: star :: text ::Cell > wcell = Reference < com :: sun :: star :: text ::Cell >( wCellRef, UNO_QUERY);
I receive compilation error, which way I can analyse text in XTextTable cell ?
Thanks a lot,
Yury.