Home
last modified time | relevance | path

Searched refs:IsTblComplex (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx745 if(pTable->IsTblComplex()) in Impl_createDataSource()
1235 if (!pTable || pTable->IsTblComplex()) in detectArguments()
1758 if (rTable.IsTblComplex()) in AddRowCols()
1873 if (pTable->IsTblComplex()) in convertRangeToXML()
2163 if(!pTable->IsTblComplex()) in getData()
2216 if (!pTblFmt || !pTable || pTable->IsTblComplex()) in generateLabel()
2330 if(!pTable->IsTblComplex()) in getTextualData()
2360 if(!pTable->IsTblComplex()) in getNumericalData()
2765 if(!pTable->IsTblComplex()) in FillRangeDesc()
2804 DBG_ASSERT( !pTable->IsTblComplex(), "table too complex" ); in ExtendTo()
[all …]
H A Dunotbl.cxx2439 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()
4708 if(!pTable->IsTblComplex()) in removeByIndex()
4803 if(!pTable->IsTblComplex()) in getCount()
4825 if(!pTable->IsTblComplex()) in getByIndex()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dtrvltbl.cxx705 sal_Bool SwCrsrShell::IsTblComplex() const in IsTblComplex() function in SwCrsrShell
709 return pFrm->FindTabFrm()->GetTable()->IsTblComplex(); in IsTblComplex()
/trunk/main/sw/inc/
H A Dswtable.hxx281 sal_Bool IsTblComplex() const;
H A Dcrsrsh.hxx622 sal_Bool IsTblComplex() const;
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1319 if( !pTblNd || pTblNd->GetTable().IsTblComplex() ) in SetTableAutoFmt()
1358 if( !pTblNd || pTblNd->GetTable().IsTblComplex() ) in GetTableAutoFmt()
H A Dfecopy.cxx866 ( !pSrcNd->GetTable().IsTblComplex() || in Paste()
H A Dtblsel.cxx239 pTblNd && !pTblNd->GetTable().IsTblComplex() ) in GetTblSel()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx650 if (pFrmFmt != NULL && pTable->IsTblComplex()) in processSwTable()
/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx849 ASSERT( !rCpyTbl.IsTblComplex(), "Table too complex" ) in InsTable()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx258 SwTableRep* pRep = new SwTableRep( aTabCols, rSh.IsTblComplex()); in lcl_TableParamToItemSet()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1621 sal_Bool SwTable::IsTblComplex() const in IsTblComplex() function in SwTable
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx4396 if( ( !pSrcTblNd->GetTable().IsTblComplex() || pInsTblNd->GetTable().IsNewModel() ) in InsCopyOfTbl()

Completed in 162 milliseconds