Searched refs:bHead (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 2264 if( bHead /*&& nCurRow==1*/ ) in CloseSection() 3179 sal_Bool bHead : 1; member in _CellSaveStruct 3226 bHead( bHd ), in _CellSaveStruct() 3326 if( bHead ) in _CellSaveStruct() 3476 sal_Bool bHead ) in InsertTableContents() argument 3530 sal_Bool bHead ) in BuildTableCell() argument 4042 bHead, in BuildTableCell() 4132 InsertTableContents( bHead ) ); in BuildTableCell() 4148 InsertTableContents( bHead ) ); in BuildTableCell() 4473 sal_Bool bHead ) in BuildTableSection() argument [all …]
|
H A D | htmltabw.cxx | 289 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 D | swhtml.hxx | 859 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/ui/uiview/ |
H A D | viewtab.cxx | 550 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/filter/xml/ |
H A D | xmltbli.cxx | 820 sal_Bool bHead ); 834 SwXMLTableContext *pTable, sal_Bool bHead ) : in SwXMLTableColsContext_Impl() argument 837 bHeader( bHead ) in SwXMLTableColsContext_Impl() 1003 sal_Bool bHead ); 1019 sal_Bool bHead ) : in SwXMLTableRowsContext_Impl() argument 1022 bHeader( bHead ) in SwXMLTableRowsContext_Impl()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | sectfrm.hxx | 56 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
|
H A D | tabfrm.hxx | 102 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
|
H A D | flowfrm.hxx | 153 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat )=0;
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtparai.cxx | 1901 sal_Bool bHead ) : in XMLParaContext() argument 1911 bHeading( bHead ), in XMLParaContext()
|
Completed in 109 milliseconds