Lines Matching refs:rXPagePropSet

408 …& rStrm, ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPagePropSet )  in ImplCreateHeaderFooterStrings()  argument
410 if ( rXPagePropSet.is() ) in ImplCreateHeaderFooterStrings()
414 …if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Heade… in ImplCreateHeaderFooterStrings()
419 …if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Foote… in ImplCreateHeaderFooterStrings()
424 …if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "DateT… in ImplCreateHeaderFooterStrings()
434 …Footers( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPagePropSet ) in ImplCreateHeaderFooters() argument
436 if ( rXPagePropSet.is() ) in ImplCreateHeaderFooters()
441 …if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsHea… in ImplCreateHeaderFooters()
446 …if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsFoo… in ImplCreateHeaderFooters()
451 …if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsDat… in ImplCreateHeaderFooters()
456 …if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsPag… in ImplCreateHeaderFooters()
461 …if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsDat… in ImplCreateHeaderFooters()
468 …if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, String( RTL_CONSTASCII_USTRINGPARAM( "DateT… in ImplCreateHeaderFooters()
511 ImplCreateHeaderFooterStrings( *mpStrm, rXPagePropSet ); in ImplCreateHeaderFooters()