Searched refs:aPropText (Results 1 – 2 of 2) sorted by relevance
51 rtl::OUString aPropText = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HeaderText") ); in isHeader() local56 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() local115 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()
256 rtl::OUString aPropText; in getHFTextRange() local268 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 16 milliseconds