Home
last modified time | relevance | path

Searched refs:bFooter (Results 1 – 15 of 15) sorted by relevance

/aoo42x/main/xmloff/source/text/
H A DXMLTextMasterPageContext.cxx191 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 DXMLTextHeaderFooterContext.cxx58 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 DXMLTextMasterPageExport.cxx151 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 DXMLTableHeaderFooterContext.cxx51 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 DXMLTableMasterPageExport.cxx165 …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 Dxmlstyli.cxx985 const sal_Bool bFooter, in CreateHeaderFooterContext() argument
990 if (bFooter) in CreateHeaderFooterContext()
1001 bFooter, bLeft ); in CreateHeaderFooterContext()
H A DXMLTableHeaderFooterContext.hxx70 sal_Bool bFooter, sal_Bool bLft );
H A Dxmlstyli.hxx295 const sal_Bool bFooter,
/aoo42x/main/svx/inc/svx/
H A Dpagectrl.hxx68 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 Dunostyle.cxx3083 … 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 Dpagectrl.cxx77 bFooter(sal_False), in SvxPageWindow()
217 if(bHeader || bFooter) in DrawPage()
239 if(bFooter) in DrawPage()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlsect.cxx81 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 DXMLTextHeaderFooterContext.hxx60 sal_Bool bFooter, sal_Bool bLft );
/aoo42x/main/xmloff/inc/xmloff/
H A DXMLTextMasterPageContext.hxx82 const sal_Bool bFooter,
/aoo42x/main/sw/source/filter/ww8/
H A Dww8par.cxx2174 bool bFooter in Read_HdFt() local
2180 if (bFooter) in Read_HdFt()

Completed in 148 milliseconds