Home
last modified time | relevance | path

Searched refs:xText (Results 226 – 237 of 237) sorted by relevance

12345678910

/trunk/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx507 Reference<XText> xText = pXText; // keep Reference until end of method in CreateRedlineTextSection() local
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx457 const ScPatternAttr* pPattern, XclExpStringRef xText );
H A Dxechart.hxx1221 void SetDataLabel( XclExpChTextRef xText );
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx1930 uno::Reference < text::XText > xText( m_pTextObject ); in QueryValue() local
1931 rAny <<= xText; in QueryValue()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx1608 Reference< XTextComponent> xText(xActiveControl, UNO_QUERY); in ExecuteSearch() local
1609 if (xText.is()) in ExecuteSearch()
1612 strInitialText = xText->getText().getStr(); in ExecuteSearch()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java714 …ve xRelativeTextContentRemove = UnoRuntime.queryInterface(XRelativeTextContentRemove.class, xText); in removeLayoutTextTables()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1165 uno::Reference< text::XText > xText( xAnnotation->getTextRange() ); in ImplExportComments() local
1166 rtl::OUString sText( xText->getString() ); in ImplExportComments()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1609 uno::Reference< text::XText > xText( xAnnotation->getTextRange() ); in ImplPDFExportComments() local
1622 aNote.Contents = xText->getString(); in ImplPDFExportComments()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2244 uno::Reference < text::XText > xText( m_pTextObject ); in getPropertyValue() local
2245 aRet <<= xText; in getPropertyValue()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx888 Reference< XText > xText( rxShape, UNO_QUERY ); in implExportShape() local
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3477 uno::Reference< text::XSimpleText > xText( rXShape, uno::UNO_QUERY ); in CreateCustomShapeProperties() local
3478 if ( xText.is() ) in CreateCustomShapeProperties()
3479 aText = xText->getString(); in CreateCustomShapeProperties()
H A Dsvdfppt.cxx2924 uno::Reference< text::XText > xText( xAnnotation->getTextRange() ); in ImportComment10() local
2925 xText->setString( sText ); in ImportComment10()

Completed in 177 milliseconds

12345678910