/trunk/main/sw/source/ui/ribbar/ |
H A D | tbxanchr.cxx | 150 if (bHtmlModeNoAnchor || pWrtShell->IsInHeaderFooter()) in Click()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltexti.hxx | 99 virtual sal_Bool IsInHeaderFooter() const;
|
H A D | xmltexti.cxx | 196 sal_Bool SwXMLTextImportHelper::IsInHeaderFooter() const in IsInHeaderFooter() function in SwXMLTextImportHelper 206 return pDoc && pDoc->IsInHeaderFooter( pTxtCrsr->GetPaM()->GetPoint()->nNode ); in IsInHeaderFooter()
|
H A D | xmltble.cxx | 1233 if ( bExportStyles || !pFmt->GetDoc()->IsInHeaderFooter( aIdx ) ) in exportTable()
|
/trunk/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 1710 const bool bHeaderFooter = pDoc->IsInHeaderFooter( aPos.nNode ); in EnhancedPDFExport() 1810 if ( pPosition && pDoc->IsInHeaderFooter( pPosition->nNode ) ) in EnhancedPDFExport() 1870 const bool bHeaderFooter = pDoc->IsInHeaderFooter( aPos.nNode ); in EnhancedPDFExport()
|
/trunk/main/sw/source/core/doc/ |
H A D | doclay.cxx | 411 IsInHeaderFooter( rNewAnchor.GetCntntAnchor()->nNode ) && in CopyLayoutFmt() 947 && IsInHeaderFooter( *pChkIdx ) ) in InsertDrawObj() 2227 sal_Bool SwDoc::IsInHeaderFooter( const SwNodeIndex& rIdx ) const in IsInHeaderFooter() function in SwDoc
|
H A D | doc.cxx | 2453 sal_Bool bInHeaderFooter = IsInHeaderFooter(SwNodeIndex(*pTxtFld->GetpTxtNode())); in ConvertFieldsToText()
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | RedlinePortion.idl | 80 [readonly, property] boolean IsInHeaderFooter;
|
/trunk/main/sw/source/core/crsr/ |
H A D | bookmrk.cxx | 303 return !pDoc->IsInHeaderFooter( SwNodeIndex(GetMarkPos().nNode) ); in IsInContent()
|
H A D | crsrsh.cxx | 709 sal_Bool SwCrsrShell::IsInHeaderFooter( sal_Bool* pbInHeader ) const in IsInHeaderFooter() function in SwCrsrShell
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | txtimp.hxx | 654 virtual sal_Bool IsInHeaderFooter() const;
|
/trunk/main/sw/inc/ |
H A D | crsrsh.hxx | 704 sal_Bool IsInHeaderFooter( sal_Bool* pbInHeader = 0 ) const;
|
H A D | doc.hxx | 1184 sal_Bool IsInHeaderFooter( const SwNodeIndex& rIdx ) const;
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 348 rRedline.GetDoc()->IsInHeaderFooter( rRedline.GetPoint()->nNode ); in GetPropertyValue()
|
/trunk/main/sw/source/core/docnode/ |
H A D | section.cxx | 1152 return (pIdx) ? !GetDoc()->IsInHeaderFooter(*pIdx) : true; in IsInContent()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 1286 if (pDoc->IsInHeaderFooter(pPos->nNode)) in InsPicture()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 978 GetDoc()->IsInHeaderFooter( pPos->nNode ) && in Paste()
|
H A D | fefly1.cxx | 240 pDoc->IsInHeaderFooter( rOldAnch.GetCntntAnchor()->nNode )), in lcl_ChkAndSetNewAnchor()
|
H A D | feshview.cxx | 1671 bCharBound = !GetDoc()->IsInHeaderFooter( aPos.nNode ); in ImpEndCreate()
|
/trunk/main/xmloff/source/text/ |
H A D | txtparai.cxx | 1839 !( rImport.GetTextImport()->IsInHeaderFooter() && in CreateChildContext()
|
H A D | txtimp.cxx | 2916 sal_Bool XMLTextImportHelper::IsInHeaderFooter() const in IsInHeaderFooter() function in XMLTextImportHelper
|
/trunk/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 1336 pDoc->IsInHeaderFooter( pFmt->GetAnchor().GetCntntAnchor()->nNode ) ) in InsertHint()
|
H A D | ndtxt.cxx | 5076 return !GetDoc()->IsInHeaderFooter( SwNodeIndex(*this) ); in IsInContent()
|
/trunk/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 1174 bRetVal = _rFmt.GetDoc()->IsInHeaderFooter( rAnch.GetCntntAnchor()->nNode ); in lcl_InHeaderOrFooter()
|
/trunk/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 1439 if( !pTable && !pDoc->IsInHeaderFooter( pPam->GetPoint()->nNode ) ) in NextToken()
|