Home
last modified time | relevance | path

Searched refs:nInTable (Results 1 – 7 of 7) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deehtml.cxx57 nInTable = 0; in EditHTMLParser()
166 if ( ( bInPara || nInTable ) && in NextToken()
297 case HTML_TABLE_ON: nInTable++; in NextToken()
299 case HTML_TABLE_OFF: DBG_ASSERT( nInTable, "Nicht in Table, aber TABLE_OFF?" ); in NextToken()
300 nInTable--; in NextToken()
H A Deehtml.hxx54 sal_uInt8 nInTable; member in EditHTMLParser
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1861 mnInTable(pRdr->nInTable), in WW8ReaderSave()
1880 pRdr->nInTable = 0; in WW8ReaderSave()
1925 pRdr->nInTable = mnInTable; in Restore()
2391 --nInTable; in EndSpecial()
2538 --nInTable; in ProcessSpecial()
2543 maApos[nInTable] = false; in ProcessSpecial()
2564 ++nInTable; in ProcessSpecial()
3021 if (!nInTable) in HandlePageBreakChar()
3097 else if (!nInTable) in ReadChar()
3204 if (nInTable > 1) in ReadChar()
[all …]
H A Dww8par2.cxx586 if (nCellLevel == nInTable) in TestApo()
589 if (!nInTable) in TestApo()
1905 if(!(pIo->SearchRowEnd(pPap, nStartCp, pIo->nInTable))) in WW8TabDesc()
2093 (pLevel && (*pLevel <= pIo->nInTable))) in WW8TabDesc()
2100 if (pIo->SearchRowEnd(pPap, nMyStartCp, pIo->nInTable)) in WW8TabDesc()
2575 if (!pIo->nInTable && pIo->InLocalApo() && pIo->pSFlyPara->pFlyFmt && in CreateSwTable()
3520 if ( nInTable ) in StartTable()
3528 if ( SearchRowEnd( pPap, nMyStartCp, nInTable ) && in StartTable()
3561 int nNewInTable = nInTable + 1; in StartTable()
3677 if (nInTable && pTableDesc) in TabCellEnd()
[all …]
H A Dww8graf.cxx196 if( nInTable ) // Obj in Table in ReadGrafStart()
2271 && nInTable > 0 in ProcessEscherAlign()
2400 if ( nInTable && in ProcessEscherAlign()
2709 nInTable && IsObjectLayoutInTableCell( pRecord->nLayoutInTableCell ); in Read_GrafLayer()
H A Dww8par.hxx1163 int nInTable; // wird gerade eine Tabelle eingelesen member in SwWW8ImplReader
1401 bool InLocalApo() const { return InEqualApo(nInTable); } in InLocalApo()
H A Dww8par6.cxx828 if (mrReader.nInTable || mrReader.bTxbxFlySection || mrReader.InLocalApo()) in CreateSep()
5009 if(nInTable) in Read_UsePgsuSettings()

Completed in 105 milliseconds