Searched refs:xTxtRange (Results 1 – 3 of 3) sorted by relevance
/trunk/main/xmloff/source/text/ |
H A D | txtparae.cxx | 2234 Reference < XTextRange > xTxtRange(xPropSet, uno::UNO_QUERY); in exportTextRangeEnumeration() local 2244 exportTextRange( xTxtRange, bAutoStyles, bPrevCharIsSpace ); in exportTextRangeEnumeration() 2248 exportTextField( xTxtRange, bAutoStyles, bIsProgress ); in exportTextRangeEnumeration() 2253 exportTextField( xTxtRange, bAutoStyles, bIsProgress ); in exportTextRangeEnumeration() 2271 Reference < XContentEnumerationAccess > xCEA( xTxtRange, UNO_QUERY ); in exportTextRangeEnumeration() 2289 exportTextFootnote( xPropSet, xTxtRange->getString(), bAutoStyles, bIsProgress ); in exportTextRangeEnumeration() 2372 Reference<XServiceInfo> xServiceInfo( xTxtRange, UNO_QUERY ); in exportTextRangeEnumeration() 2375 exportTextField( xTxtRange, bAutoStyles, bIsProgress ); in exportTextRangeEnumeration() 2381 exportTextRange( xTxtRange, bAutoStyles, bPrevCharIsSpace ); in exportTextRangeEnumeration()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbafont.cxx | 68 uno::Reference< text::XTextRange > xTxtRange( xIf, uno::UNO_QUERY_THROW ); in lcl_TextProperties() local 69 uno::Reference< text::XSimpleText > xTxt( xTxtRange->getText(), uno::UNO_QUERY_THROW ) ; in lcl_TextProperties()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 3702 uno::Reference<text::XTextRange> xTxtRange(xCrsr, uno::UNO_QUERY); in PopFieldContext() local 3703 pFormControlHelper->insertControl(xTxtRange); in PopFieldContext()
|
Completed in 71 milliseconds