Home
last modified time | relevance | path

Searched refs:aPropText (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaheaderfooterhelper.cxx51 rtl::OUString aPropText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderText") ); in isHeader() local
56 aPropText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderTextLeft") ); in isHeader()
60 aPropText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderTextRight") ); in isHeader()
64 …uno::Reference< text::XText > xText( xStyleProps->getPropertyValue( aPropText ), uno::UNO_QUERY_TH… in isHeader()
110 rtl::OUString aPropText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterText") ); in isFooter() local
115 aPropText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterTextLeft") ); in isFooter()
119 aPropText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterTextRight") ); in isFooter()
123 …uno::Reference< text::XText > xText( xStyleProps->getPropertyValue( aPropText ), uno::UNO_QUERY_TH… in isFooter()
H A Dvbaview.cxx256 rtl::OUString aPropText; in getHFTextRange() local
268 aPropText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterText") ); in getHFTextRange()
279 aPropText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderText") ); in getHFTextRange()
348 rtl::OUString aTempPropText = aPropText; in getHFTextRange()
367 xText.set( xPageProps->getPropertyValue( aPropText ), uno::UNO_QUERY_THROW ); in getHFTextRange()

Completed in 24 milliseconds