Home
last modified time | relevance | path

Searched refs:bHeader (Results 26 – 50 of 51) sorted by relevance

123

/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx404 ScPreviewHeaderFooterViewForwarder(ScPreviewShell* pViewShell, sal_Bool bHeader);
410 …oterViewForwarder::ScPreviewHeaderFooterViewForwarder(ScPreviewShell* pViewShell, sal_Bool bHeader) in ScPreviewHeaderFooterViewForwarder() argument
413 mbHeader(bHeader) in ScPreviewHeaderFooterViewForwarder()
1564 const EditTextObject* pEditObj, sal_Bool bHeader, SvxAdjust eAdjust) in ScAccessibleHeaderTextData() argument
1572 mbHeader(bHeader), in ScAccessibleHeaderTextData()
/aoo41x/main/svx/source/dialog/
H A Dpagectrl.cxx91 bHeader ( sal_False ), in SvxPageWindow()
230 if ( bHeader ) in DrawPage()
/aoo41x/main/sw/source/core/doc/
H A Ddoclay.cxx143 sal_Bool bHeader = sal_False; in MakeLayoutFmt() local
151 bHeader = sal_True; in MakeLayoutFmt()
159 (bHeader ? "Header" : "Footer"), in MakeLayoutFmt()
166 bHeader ? SwHeaderStartNode : SwFooterStartNode, in MakeLayoutFmt()
167 GetTxtCollFromPool(static_cast<sal_uInt16>( bHeader in MakeLayoutFmt()
H A Dpoolfmt.cxx263 sal_Bool bHeader, sal_Bool bTab ) in lcl_SetRegister() argument
270 if( bHeader ) in lcl_SetRegister()
/aoo41x/main/sc/source/ui/view/
H A Dtabview.cxx1695 sal_Bool bHeader = aViewData.IsHeaderMode(); in UpdateShow() local
1708 bHScrollMode = bVScrollMode = bTabMode = bHeader = bOutlMode = bHOutline = bVOutline = sal_False; in UpdateShow()
1740 if (bShowH && bHeader && !pColBar[SC_SPLIT_RIGHT]) in UpdateShow()
1743 if (bShowV && bHeader && !pRowBar[SC_SPLIT_TOP]) in UpdateShow()
1773 ShowHide( pColBar[SC_SPLIT_RIGHT], bShowH && bHeader ); in UpdateShow()
1774 ShowHide( pRowBar[SC_SPLIT_TOP], bShowV && bHeader ); in UpdateShow()
H A Dprevloc.cxx243 void ScPreviewLocationData::AddHeaderFooter( const Rectangle& rRect, sal_Bool bHeader, sal_Bool bLe… in AddHeaderFooter() argument
248 ScPreviewLocationType eType = bHeader ? in AddHeaderFooter()
H A Dprintfun.cxx1753 void ScPrintFunc::PrintHF( long nPageNo, sal_Bool bHeader, long nStartY, in PrintHF() argument
1756 const ScPrintHFParam& rParam = bHeader ? aHdr : aFtr; in PrintHF()
1887 pLocationData->AddHeaderFooter( aHeaderRect, bHeader, bLeft ); in PrintHF()
/aoo41x/main/sw/source/ui/inc/
H A Dtextsh.hxx40 …void ChangeHeaderOrFooter(const String& rStyleName, sal_Bool bHeader, sal_Bool bOn, sal_Bool bShow…
/aoo41x/main/sw/source/core/unocore/
H A Dunostyle.cxx3425 const sal_uInt16 nRes, const bool bHeader, SwFrmFmt const*const pFrmFmt) in lcl_makeHeaderFooter() argument
3433 SwFrmFmt *const pHeadFootFmt = (bHeader) in lcl_makeHeaderFooter()
3440 return SwXHeadFootText::CreateXHeadFootText(*pHeadFootFmt, bHeader); in lcl_makeHeaderFooter()
3478 bool bHeader = false; in GetPropertyValues_Impl() local
3585 bHeader = true; in GetPropertyValues_Impl()
3599 sal_Bool bShare = (bHeader && rDesc.IsHeaderShared())|| in GetPropertyValues_Impl()
3600 (!bHeader && rDesc.IsFooterShared()); in GetPropertyValues_Impl()
3614 lcl_makeHeaderFooter(nRes, bHeader, pFrmFmt); in GetPropertyValues_Impl()
/aoo41x/main/sc/source/ui/inc/
H A Dscuitphfedit.hxx68 sal_uInt16 nWhich, bool bHeader );
H A DAccessiblePageHeaderArea.hxx50 sal_Bool bHeader,
H A DAccessiblePageHeader.hxx41 ScPreviewShell* pViewShell, sal_Bool bHeader, sal_Int32 nIndex );
H A DAccessibleText.hxx257 const EditTextObject* pEditObj, sal_Bool bHeader, SvxAdjust eAdjust);
H A Dprintfun.hxx339 void PrintHF( long nPageNo, sal_Bool bHeader, long nStartY,
/aoo41x/main/sw/source/filter/html/
H A Dhtmlcss1.cxx358 void SwCSS1Parser::SetTableTxtColl( sal_Bool bHeader ) in SetTableTxtColl() argument
360 ASSERT( !(bHeader ? bTableHeaderTxtCollSet : bTableTxtCollSet), in SetTableTxtColl()
365 if( bHeader ) in SetTableTxtColl()
399 if( bHeader ) in SetTableTxtColl()
H A Dswcss1.hxx73 void SetTableTxtColl( sal_Bool bHeader );
H A Dwrthtml.hxx565 sal_Bool bHeader );
/aoo41x/main/sw/source/filter/ww8/
H A Ddocxexport.hxx167 void WriteHeaderFooter( const SwFmt& rFmt, bool bHeader, const char* pType );
H A Dwrtw8sty.cxx1169 void WW8_WrPlcSepx::OutHeaderFooter( WW8Export& rWrt, bool bHeader, in OutHeaderFooter() argument
1176 rWrt.WriteHeaderFooterText( rFmt, bHeader); in OutHeaderFooter()
1855 void MSWordExportBase::WriteHeaderFooterText( const SwFmt& rFmt, bool bHeader ) in WriteHeaderFooterText() argument
1858 if ( bHeader ) in WriteHeaderFooterText()
H A Drtfattributeoutput.hxx254 void WriteHeaderFooter_Impl( const SwFrmFmt& rFmt, bool bHeader, const sal_Char* pStr );
H A Dwrtww8.hxx268 void OutHeaderFooter(WW8Export& rWrt, bool bHeader,
686 void WriteHeaderFooterText( const SwFmt& rFmt, bool bHeader);
H A Drtfattributeoutput.cxx1637 void RtfAttributeOutput::WriteHeaderFooter_Impl( const SwFrmFmt& rFmt, bool bHeader, const sal_Char… in WriteHeaderFooter_Impl() argument
1645 …m_aSectionHeaders.getOStringBuffer().append(bHeader ? OOO_STRING_SVTOOLS_RTF_HEADERY : OOO_STRING_… in WriteHeaderFooter_Impl()
1650 m_rExport.WriteHeaderFooterText(rFmt, bHeader); in WriteHeaderFooter_Impl()
/aoo41x/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx97 bool bHeader ) in ScHFEditPage() argument
148 if(!bHeader) in ScHFEditPage()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlExport.hxx156 void exportSection(const Reference<XSection>& _xProp,bool bHeader = false);
H A DxmlExport.cxx727 void ORptExport::exportSection(const Reference<XSection>& _xSection,bool bHeader) in exportSection() argument
736 if ( !bHeader ) in exportSection()

Completed in 165 milliseconds

123