Home
last modified time | relevance | path

Searched refs:bHead (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx617 inline void CloseSection( sal_Bool bHead );
2258 inline void HTMLTable::CloseSection( sal_Bool bHead ) in CloseSection() argument
2264 if( bHead /*&& nCurRow==1*/ ) in CloseSection()
3179 sal_Bool bHead : 1; member in _CellSaveStruct
3203 sal_Bool IsHeaderCell() const { return bHead; } in IsHeaderCell()
3226 bHead( bHd ), in _CellSaveStruct()
3326 if( bHead ) in _CellSaveStruct()
3476 sal_Bool bHead ) in InsertTableContents() argument
3480 InsertTableSection( static_cast< sal_uInt16 >(bHead ? RES_POOLCOLL_TABLE_HDLN in InsertTableContents()
3530 sal_Bool bHead ) in BuildTableCell() argument
[all …]
H A Dhtmltabw.cxx289 sal_Bool bHead = sal_False; in OutTableCell() local
315 bHead = (RES_POOLCOLL_TABLE_HDLN==nPoolId); in OutTableCell()
325 sOut += (bHead ? OOO_STRING_SVTOOLS_HTML_tableheader : OOO_STRING_SVTOOLS_HTML_tabledata ); in OutTableCell()
498 HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), bHead ? OOO_STRING_SVTOOLS_HTML_tableheader in OutTableCell()
H A Dswhtml.hxx859 HTMLTableCnts *InsertTableContents( sal_Bool bHead );
866 void BuildTableCell( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead );
869 void BuildTableSection( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead );
/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx817 sal_Bool bHead );
831 SwXMLTableContext *pTable, sal_Bool bHead ) : in SwXMLTableColsContext_Impl() argument
834 bHeader( bHead ) in SwXMLTableColsContext_Impl()
1000 sal_Bool bHead );
1016 sal_Bool bHead ) : in SwXMLTableRowsContext_Impl() argument
1019 bHeader( bHead ) in SwXMLTableRowsContext_Impl()
/AOO41X/main/sw/source/ui/uiview/
H A Dviewtab.cxx550 const sal_Bool bHead = nFrmType & FRMTYPE_HEADER ? sal_True : sal_False; in ExecTabWin() local
552 if ( bHead ) in ExecTabWin()
558 if( (bHead && pHeaderFmt) || (!bHead && pFooterFmt) ) in ExecTabWin()
560 SwFmtFrmSize aSz( bHead ? pHeaderFmt->GetFrmSize() : in ExecTabWin()
565 if ( bHead ) in ExecTabWin()
/AOO41X/main/sw/source/core/inc/
H A Dsectfrm.hxx56 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
H A Dtabfrm.hxx102 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
H A Dflowfrm.hxx153 … virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat )=0;
/AOO41X/main/xmloff/source/text/
H A Dtxtparai.cxx1901 sal_Bool bHead ) : in XMLParaContext() argument
1911 bHeading( bHead ), in XMLParaContext()