Searched refs:xTxtRange (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 2232 Reference < XTextRange > xTxtRange(xPropSet, uno::UNO_QUERY); in exportTextRangeEnumeration() local 2242 exportTextRange( xTxtRange, bAutoStyles, bPrevCharIsSpace ); in exportTextRangeEnumeration() 2246 exportTextField( xTxtRange, bAutoStyles, bIsProgress ); in exportTextRangeEnumeration() 2251 exportTextField( xTxtRange, bAutoStyles, bIsProgress ); in exportTextRangeEnumeration() 2267 Reference < XContentEnumerationAccess > xCEA( xTxtRange, UNO_QUERY ); in exportTextRangeEnumeration() 2285 exportTextFootnote( xPropSet, xTxtRange->getString(), bAutoStyles, bIsProgress ); in exportTextRangeEnumeration() 2368 Reference<XServiceInfo> xServiceInfo( xTxtRange, UNO_QUERY ); in exportTextRangeEnumeration() 2371 exportTextField( xTxtRange, bAutoStyles, bIsProgress ); in exportTextRangeEnumeration() 2377 exportTextRange( xTxtRange, bAutoStyles, bPrevCharIsSpace ); in exportTextRangeEnumeration()
|
/aoo41x/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()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 3512 uno::Reference<text::XTextRange> xTxtRange(xCrsr, uno::UNO_QUERY); in PopFieldContext() local 3513 pFormControlHelper->insertControl(xTxtRange); in PopFieldContext()
|
Completed in 59 milliseconds