Searched refs:GetContents (Results 1 – 7 of 7) sorted by relevance
843 const sal_uInt32 nParas = rBinObj.GetContents().Count(); in Insert()846 ContentInfo* pC = rBinObj.GetContents()[ nP ]; in Insert()872 pObj->GetContents().Insert( pNew, pObj->GetContents().Count() ); in CreateTextObject()921 for ( sal_uInt32 nPara = GetContents().Count(); nPara; ) in HasCharAttribs()923 ContentInfo* pC = GetContents().GetObject( --nPara ); in HasCharAttribs()942 ContentInfo* pC = GetContents().GetObject( nPara ); in GetCharAttribs()962 for ( sal_uInt32 nPara = GetContents().Count(); nPara; ) in MergeParaAttribs()964 ContentInfo* pC = GetContents().GetObject( --nPara ); in MergeParaAttribs()988 if ( GetContents().Count() == 1 ) in GetField()990 ContentInfo* pC = GetContents()[0]; in GetField()[all …]
242 ContentInfoList& GetContents() { return aContents; } in GetContents() function in BinTextObject243 const ContentInfoList& GetContents() const { return aContents; } in GetContents() function in BinTextObject
1267 sal_uInt32 nContents = rTextObject.GetContents().Count(); in InsertBinTextObject()1272 ContentInfo* pC = rTextObject.GetContents().GetObject( n ); in InsertBinTextObject()
261 const HTMLTableCnts *GetContents() const { return pContents; } in GetContents() function in HTMLTableCell262 HTMLTableCnts *GetContents() { return pContents; } in GetContents() function in HTMLTableCell907 if( !pCell->GetContents() ) in Shrink()924 ASSERT( !pCell->GetContents(), "Zu loeschende Zelle hat Inhalt" ); in Shrink()1197 pLayoutCell->GetContents(); in CreateLayoutInfo()1224 while( ( pCell=GetCell(nRow,nCol), pCell->GetContents()==pCnts ) ) in FixRowSpan()1255 pPrevCnts = GetCell( 0, nCol-1 )->GetContents(); in GetPrevBoxStartNode()1261 pPrevCnts = GetCell( nRows-1, nCols-1 )->GetContents(); in GetPrevBoxStartNode()1274 pPrevCnts = GetCell(nRow,i)->GetContents(); in GetPrevBoxStartNode()1286 pPrevCnts = pPrevRow->GetCell(i)->GetContents(); in GetPrevBoxStartNode()[all …]
853 pLayoutCell->GetContents(); in SwWriteTable()858 ->GetContents() ) || in SwWriteTable()860 ->GetContents() ) ) in SwWriteTable()
114 SwHTMLTableLayoutCnts *GetContents() const { return pContents; } in GetContents() function in SwHTMLTableLayoutCell
515 SwHTMLTableLayoutCnts *pCnts = pCell->GetContents(); in AutoLayoutPass1()1670 SwHTMLTableLayoutCnts* pCntnts = pCell->GetContents(); in SetWidths()