/aoo42x/main/xmloff/source/text/ |
H A D | XMLTextMasterPageContext.cxx | 191 sal_Bool bInsert = sal_False, bFooter = sal_False, bLeft = sal_False; in CreateChildContext() local 204 bInsert = bFooter = sal_True; in CreateChildContext() 214 bInsert = bFooter = bLeft = sal_True; in CreateChildContext() 222 bFooter, bLeft ); in CreateChildContext() 237 const sal_Bool bFooter, in CreateHeaderFooterContext() argument 245 bFooter, bLeft ); in CreateHeaderFooterContext()
|
H A D | XMLTextHeaderFooterContext.cxx | 58 sal_Bool bFooter, sal_Bool bLft ) : in XMLTextHeaderFooterContext() argument 61 sOn( OUString::createFromAscii( bFooter ? "FooterIsOn" : "HeaderIsOn" ) ), in XMLTextHeaderFooterContext() 62 sShareContent( OUString::createFromAscii( bFooter ? "FooterIsShared" in XMLTextHeaderFooterContext() 64 sText( OUString::createFromAscii( bFooter ? "FooterText" : "HeaderText" ) ), in XMLTextHeaderFooterContext() 65 sTextLeft( OUString::createFromAscii( bFooter ? "FooterTextLeft" in XMLTextHeaderFooterContext()
|
H A D | XMLTextMasterPageExport.cxx | 151 sal_Bool bFooter = *(sal_Bool *)aAny.getValue(); in exportMasterPageContent() local 154 if( bFooter ) in exportMasterPageContent() 162 if( !bFooter ) in exportMasterPageContent()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableHeaderFooterContext.cxx | 51 sal_Bool bFooter, sal_Bool bLft ) : in XMLTableHeaderFooterContext() argument 54 sOn( OUString::createFromAscii( bFooter ? SC_UNO_PAGE_FTRON : SC_UNO_PAGE_HDRON ) ), in XMLTableHeaderFooterContext() 55 …sShareContent( OUString::createFromAscii( bFooter ? SC_UNO_PAGE_FTRSHARED : SC_UNO_PAGE_HDRSHARED … in XMLTableHeaderFooterContext() 56 …sContent( OUString::createFromAscii( bFooter ? SC_UNO_PAGE_RIGHTFTRCON : SC_UNO_PAGE_RIGHTHDRCON )… in XMLTableHeaderFooterContext() 57 …sContentLeft( OUString::createFromAscii( bFooter ? SC_UNO_PAGE_LEFTFTRCONT : SC_UNO_PAGE_LEFTHDRCO… in XMLTableHeaderFooterContext()
|
H A D | XMLTableMasterPageExport.cxx | 165 …sal_Bool bFooter(::cppu::any2bool(rPropSet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRING… in exportMasterPageContent() local 167 exportHeaderFooter( xFooter, XML_FOOTER, bFooter ); in exportMasterPageContent() 169 …PropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( SC_UNO_PAGE_FTRSHARED ) ) )) && bFooter); in exportMasterPageContent()
|
H A D | xmlstyli.cxx | 985 const sal_Bool bFooter, in CreateHeaderFooterContext() argument 990 if (bFooter) in CreateHeaderFooterContext() 1001 bFooter, bLeft ); in CreateHeaderFooterContext()
|
H A D | XMLTableHeaderFooterContext.hxx | 70 sal_Bool bFooter, sal_Bool bLft );
|
H A D | xmlstyli.hxx | 295 const sal_Bool bFooter,
|
/aoo42x/main/svx/inc/svx/ |
H A D | pagectrl.hxx | 68 sal_Bool bFooter : 1; member in SvxPageWindow 152 void SetFooter(sal_Bool bNew) { bFooter = bNew; } in SetFooter() 153 sal_Bool GetFooter() const { return bFooter; } in GetFooter()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 3083 … const bool bFooter(SFX_STYLE_FAMILY_PAGE == eFamily && rPropName.EqualsAscii("Footer", 0, 6)); in getPropertyStates() local 3085 if(bHeader || bFooter) in getPropertyStates() 3090 bFooter ? SID_ATTR_PAGE_FOOTERSET : SID_ATTR_PAGE_HEADERSET, in getPropertyStates() 3648 const bool bFooter(rPropName.EqualsAscii("Footer", 0, 6)); in SetPropertyValues_Impl() local 3650 if(bHeader || bFooter) in SetPropertyValues_Impl() 3759 const bool bFooter(rPropName.EqualsAscii("Footer", 0, 6)); in SetPropertyValues_Impl() local 3761 if(bHeader || bFooter) in SetPropertyValues_Impl() 3958 const bool bFooter(rPropName.EqualsAscii("Footer", 0, 6)); in GetPropertyValues_Impl() local 3960 if(bHeader || bFooter) in GetPropertyValues_Impl() 4031 const bool bFooter(rPropName.EqualsAscii("Footer", 0, 6)); in GetPropertyValues_Impl() local [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 77 bFooter(sal_False), in SvxPageWindow() 217 if(bHeader || bFooter) in DrawPage() 239 if(bFooter) in DrawPage()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlsect.cxx | 81 sal_Bool bHeader=sal_False, bFooter=sal_False; in NewDivision() local 117 bFooter = sal_True; in NewDivision() 125 AppendTxtNode( bHeader||bFooter||aId.Len()||aHRef.Len() ? AM_NORMAL in NewDivision() 149 if( !bPositioned && (bHeader || bFooter) && IsNewDoc() ) in NewDivision()
|
/aoo42x/main/xmloff/inc/ |
H A D | XMLTextHeaderFooterContext.hxx | 60 sal_Bool bFooter, sal_Bool bLft );
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | XMLTextMasterPageContext.hxx | 82 const sal_Bool bFooter,
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 2174 bool bFooter in Read_HdFt() local 2180 if (bFooter) in Read_HdFt()
|