Home
last modified time | relevance | path

Searched refs:pTable (Results 126 – 150 of 166) sorted by path

1234567

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1193 if( !pTable ) in CreateXCell()
2270 const SwTable *pTable = 0; in attachToRange() local
2286 if(pTable) in attachToRange()
2439 if(!pTable->IsTblComplex()) in getCellRangeByPosition()
2469 if(!pTable->IsTblComplex()) in getCellRangeByName()
2934 if(!pTable->IsTblComplex()) in autoFormat()
3491 if(!pTable->IsTblComplex()) in getRowCount()
3507 if(!pTable->IsTblComplex()) in getColumnCount()
3669 if(!pTable->IsTblComplex()) in getCellRangeByPosition()
4653 if(!pTable->IsTblComplex()) in insertByIndex()
[all …]
H A Dunotext.cxx688 SwTable *const pTable = SwTable::FindTable( pTableFmt ); in insertTextContentBefore() local
689 SwTableNode *const pTblNode = pTable->GetTableNode(); in insertTextContentBefore()
750 SwTable *const pTable = SwTable::FindTable( pTableFmt ); in insertTextContentAfter() local
751 SwTableNode *const pTblNode = pTable->GetTableNode(); in insertTextContentAfter()
802 SwTable *const pTable = SwTable::FindTable( pTableFmt ); in removeTextContentBefore() local
803 SwTableNode *const pTblNode = pTable->GetTableNode(); in removeTextContentBefore()
858 SwTable *const pTable = SwTable::FindTable( pTableFmt ); in removeTextContentAfter() local
859 SwTableNode *const pTblNode = pTable->GetTableNode(); in removeTextContentAfter()
2290 SwTable const*const pTable = m_pImpl->m_pDoc->TextToTable( aTableNodes ); in convertToTable() local
2291 SwXTextTable *const pTextTable = new SwXTextTable( *pTable->GetFrmFmt() ); in convertToTable()
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx506 if( pTable ) in NewMarquee()
H A Dhtmlform.cxx1927 if( pTable != 0 ) in InsertInput()
H A Dhtmlgrin.cxx597 if( pTable!=0 && !nWidth ) in InsertImage()
1403 else if( pCNd && pCNd->IsTxtNode() && pTable ) in StripTrailingPara()
1411 else if( pCNd && pCNd->IsTxtNode() && pTable && in StripTrailingPara()
H A Dhtmltab.cxx2071 if( pTable && !pTable->BordersSet() ) in SetBorders()
2878 if( pTable && pTable->bFirstCell ) in InsertTableSection()
2925 if( pTable && pTable->bFirstCell ) in InsertTableSection()
3099 pTable( 0 ) in _SectionSaveStruct()
3520 return pTable ? pTable->IncGrfsThatResize() : 0; in IncGrfsThatResizeTable()
3991 pSaveStruct->pTable = pTable; in BuildTableCell()
4106 pTable = pSaveStruct->pTable; in BuildTableCell()
4979 pSaveStruct->pTable = pTable; in BuildTableCaption()
4990 pTable = pSaveStruct->pTable; in BuildTableCaption()
5297 pTable = 0; in BuildTable()
[all …]
H A Dswhtml.cxx282 pTable(0), in SwHTMLParser()
1387 bCallNextToken = pAppletImpl!=0 && pTable!=0; in NextToken()
1394 bCallNextToken = pAppletImpl!=0 && pTable!=0; in NextToken()
1507 bCallNextToken = pTable!=0; in NextToken()
1578 bCallNextToken = pMarquee!=0 && pTable!=0; in NextToken()
1856 bCallNextToken = bInField && pTable!=0; in NextToken()
1923 bCallNextToken = bTextArea && pTable!=0; in NextToken()
1928 bCallNextToken = bSelect && pTable!=0; in NextToken()
2345 if( !pTable && !--nParaCnt ) in AppendTxtNode()
3857 if( HTML_LI_ON==nOpenParaToken && pTable ) in EndPara()
[all …]
H A Dswhtml.hxx418 HTMLTable *pTable;// the current "outermost" table member in SwHTMLParser
859 void BuildTableCell( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead );
860 …void BuildTableRow( HTMLTable *pTable, sal_Bool bReadOptions,SvxAdjust eGrpAdjust, sal_Int16 eVert…
861 void BuildTableSection( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead );
862 void BuildTableColGroup( HTMLTable *pTable, sal_Bool bReadOptions );
863 void BuildTableCaption( HTMLTable *pTable );
/trunk/main/sw/source/filter/inc/
H A Dfltglbls.hxx66 const SwTable *pTable; member in FilterGlobals
H A Dfltshell.hxx373 const SwTable* pTable; member in SwFltOutDoc
388 pFly(0), pTable(0), pTabSavedPos(0), pFlySavedPos(0), in SwFltOutDoc()
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx716 const SwTable *pTable = in ReadTable() local
721 pTableNode = pTable ? pTable->GetTableNode() : 0; in ReadTable()
H A Dswparrtf.cxx1069 SwTableNode *pTable = aIter->first->GetTableNode(); in DelAndMakeTblFrms() local
1070 ASSERT(pTable, "Why no expected table"); in DelAndMakeTblFrms()
1071 if (pTable) in DelAndMakeTblFrms()
1073 SwFrmFmt * pFrmFmt = pTable->GetTable().GetFrmFmt(); in DelAndMakeTblFrms()
1078 pTable->DelFrms(); in DelAndMakeTblFrms()
1079 pTable->MakeFrms(pIndex); in DelAndMakeTblFrms()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1482 if (pTable){ in BeginTable()
1508 if(!pTable){ in GetBox()
1547 if(!pTable){ in NextTableCell()
1593 if(!pTable){ in SetTableWidth()
1608 if(!pTable){ in SetTableOrient()
1617 if(!pTable){ in SetCellWidth()
1635 if(!pTable){ in SetCellHeight()
1651 if (!pTable){ in GetCellAttr()
1673 if(!pTable){ in SetCellSpace()
1707 if(!pTable) in SplitTable()
[all …]
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx116 mpTable = pTable; in setTable()
587 SwTableCellInfo aTableCellInfo(pTable); in processSwTableByLayout()
636 pPrev = reorderByLayout(pTable); in processSwTableByLayout()
649 SwFrmFmt * pFrmFmt = pTable->GetFrmFmt(); in processSwTable()
652 pPrev = processSwTableByLayout(pTable); in processSwTable()
865 const SwTable * pTable, in insertTableNodeInfo() argument
883 pNodeInfo->setTable(pTable); in insertTableNodeInfo()
894 mFirstInTableMap[pTable] = pNode; in insertTableNodeInfo()
915 (const SwTable * pTable, bool bCreate) in getCellGridForTable() argument
925 mCellGridMap[pTable] = pResult; in getCellGridForTable()
[all …]
H A DWW8TableInfo.hxx91 void setTable(const SwTable * pTable);
189 void setTable(const SwTable * pTable);
230 size_t operator()(const SwTable * pTable) const in operator ()()
231 { return reinterpret_cast<size_t>(pTable); } in operator ()()
304 processTableLine(const SwTable * pTable,
310 processTableBox(const SwTable * pTable,
318 const SwTable * pTable,
326 const SwTable * pTable,
342 void processSwTable(const SwTable * pTable);
343 WW8TableNodeInfo * processSwTableByLayout(const SwTable * pTable);
[all …]
H A Ddocxattributeoutput.cxx216 const SwTable *pTable = pInner->getTable( ); in FinishTableRowCell() local
217 const SwTableLines& rLines = pTable->GetTabLines( ); in FinishTableRowCell()
1196 const SwTable* pTable = pTableTextNodeInfoInner->getTable( ); in InitTableHelper() local
1197 const SwFrmFmt *pFmt = pTable->GetFrmFmt( ); in InitTableHelper()
1200 const SwHTMLTableLayout *pLayout = pTable->GetHTMLTableLayout(); in InitTableHelper()
1239 const SwTable *pTable = pTableTextNodeInfoInner->getTable( ); in StartTableRow() local
1240 if ( pTable->GetRowsToRepeat( ) > pTableTextNodeInfoInner->getRow( ) ) in StartTableRow()
1308 const SwTable *pTable = pTableTextNodeInfoInner->getTable(); in TableDefinition() local
1309 SwFrmFmt *pTblFmt = pTable->GetFrmFmt( ); in TableDefinition()
1427 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableBidi() local
[all …]
H A Drtfattributeoutput.cxx968 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableBidi() local
969 const SwFrmFmt * pFrmFmt = pTable->GetFrmFmt(); in TableBidi()
1026 const SwTable *pTable = pTableTextNodeInfoInner->getTable(); in TableOrientation() local
1027 SwFrmFmt *pFmt = pTable->GetFrmFmt( ); in TableOrientation()
1078 const SwTable* pTable = pTableTextNodeInfoInner->getTable( ); in InitTableHelper() local
1079 const SwFrmFmt *pFmt = pTable->GetFrmFmt( ); in InitTableHelper()
1082 const SwHTMLTableLayout *pLayout = pTable->GetHTMLTableLayout(); in InitTableHelper()
1086 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()
1203 const SwTable *pTable = pInner->getTable( ); in FinishTableRowCell() local
1204 const SwTableLines& rLines = pTable->GetTabLines( ); in FinishTableRowCell()
H A Dwrtw8nds.cxx2093 const SwTable * pTable = pTextNodeInfoInner->getTable(); in OutputTextNode() local
2095 const SwTableFmt * pTabFmt = pTable->GetTableFmt(); in OutputTextNode()
H A Dwrtww8.cxx2133 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableBidi() local
2134 const SwFrmFmt * pFrmFmt = pTable->GetFrmFmt(); in TableBidi()
2153 const SwTable * pTable = pTableTextNodeInfo->getTable(); in TableHeight()
2154 bool bNewTableModel = pTable->IsNewModel(); in TableHeight()
2197 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableOrientation() local
2199 const SwFrmFmt *pFmt = pTable->GetFrmFmt(); in TableOrientation()
2234 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableSpacing() local
2235 const SwTableFmt * pTableFmt = pTable->GetTableFmt(); in TableSpacing()
2269 const SwTable * pTable = pTableTextNodeInfoInner->getTable(); in TableDefinition() local
2303 const SwFrmFmt *pFmt = pTable->GetFrmFmt(); in TableDefinition()
[all …]
H A Dww8par2.cxx242 const SwTable* pTable; // Tabelle member in WW8TabDesc
1869 pTable(0), in WW8TabDesc()
2451 pApply = pTable->GetFrmFmt(); in SetSizePosition()
2521 pTable = pIo->rDoc.InsertTable( in CreateSwTable()
2525 ASSERT(pTable && pTable->GetFrmFmt(), "insert table failed"); in CreateSwTable()
2526 if (!pTable || !pTable->GetFrmFmt()) in CreateSwTable()
2529 SwTableNode* pTableNode = pTable->GetTableNode(); in CreateSwTable()
2565 pTable->GetFrmFmt()->SetFmtAttr(SwFmtFrmSize(ATT_FIX_SIZE, nSwWidth)); in CreateSwTable()
2571 pTable->GetFrmFmt()->SetFmtAttr(aDirection); in CreateSwTable()
2630 pTabLines = &pTable->GetTabLines(); in UseSwTable()
[all …]
H A Dww8par6.cxx2401 SwTableNode *pTable = aIdx.GetNode().GetTableNode(); in MoveOutsideFly() local
2412 SwTable& rTable = pTable->GetTable(); in MoveOutsideFly()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx507 const SwTable *pTable; member in SwXMLTableInfo_Impl
515 const SwTable *GetTable() const { return pTable; } in GetTable()
516 const SwFrmFmt *GetTblFmt() const { return pTable->GetFrmFmt(); } in GetTblFmt()
524 pTable( pTbl ), in SwXMLTableInfo_Impl()
H A Dxmltbli.cxx246 xSubTable = pTable; in Set()
445 xMyTable( pTable ), in SwXMLTableCellContext_Impl()
742 xMyTable( pTable ) in SwXMLTableColContext_Impl()
819 SwXMLTableContext *pTable,
836 xMyTable( pTable ), in SwXMLTableColsContext_Impl()
897 SwXMLTableContext *pTable, in SwXMLTableRowContext_Impl() argument
900 xMyTable( pTable ), in SwXMLTableRowContext_Impl()
1018 SwXMLTableContext *pTable, in SwXMLTableRowsContext_Impl() argument
1021 xMyTable( pTable ), in SwXMLTableRowsContext_Impl()
1432 SwXMLTableContext *pTable, in SwXMLTableContext() argument
[all …]
H A Dxmltbli.hxx150 SwXMLTableContext *pTable,
178 SwXMLTableContext *pTable=0,
/trunk/main/sw/source/ui/inc/
H A Dredlndlg.hxx95 SvxRedlinTable* pTable; // PB 2006/02/02 #i48648 now SvHeaderTabListBox member in SwRedlineAcceptDlg

Completed in 310 milliseconds

1234567