Home
last modified time | relevance | path

Searched refs:mpTableInfo (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewTable.cxx63 mpTableInfo( NULL ) in ScAccessiblePreviewTable()
88 if (mpTableInfo) in disposing()
89 DELETEZ (mpTableInfo); in disposing()
106 DELETEZ( mpTableInfo ); in Notify()
151 if ( mpTableInfo ) in getAccessibleRowCount()
152 nRet = mpTableInfo->GetRows(); in getAccessibleRowCount()
164 if ( mpTableInfo ) in getAccessibleColumnCount()
165 nRet = mpTableInfo->GetCols(); in getAccessibleColumnCount()
199 if ( nRow < 0 || (mpTableInfo && nRow >= mpTableInfo->GetRows()) ) in getAccessibleRowDescription()
235 if ( nColumn < 0 || (mpTableInfo && nColumn >= mpTableInfo->GetCols()) ) in getAccessibleColumnDescription()
[all …]
H A DAccessiblePreviewHeaderCell.cxx69 mpTableInfo( NULL ) in ScAccessiblePreviewHeaderCell()
90 if (mpTableInfo) in disposing()
91 DELETEZ (mpTableInfo); in disposing()
113 DELETEZ( mpTableInfo ); in Notify()
325 if (mpTableInfo) in GetBoundingBoxOnScreen()
327 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBoxOnScreen()
328 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBoxOnScreen()
350 if (mpTableInfo) in GetBoundingBox()
352 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBox()
353 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBox()
[all …]
H A DAccessibleText.cxx269 mutable ScPreviewTableInfo* mpTableInfo; member in ScPreviewViewForwarder
290 mpTableInfo(NULL) in ScPreviewViewForwarder()
296 delete mpTableInfo; in ~ScPreviewViewForwarder()
/AOO42X/main/sw/source/filter/ww8/
H A Dwrtww8.cxx2642 mpTableInfo->processSwTable( &pNd->GetTableNode()->GetTable() ); in WriteText()
2710 const SwNode * pNextNode = mpTableInfo->getNextNode(pCurrentNode); in WriteText()
2766 if (pNode != NULL && mpTableInfo.get() != NULL) in IsInTable()
2768 ww8::WW8TableNodeInfo::Pointer_t pTableNodeInfo = mpTableInfo->getTableNodeInfo(pNode); in IsInTable()
3551 mpTableInfo(new ww8::WW8TableInfo()), nUniqueList(0), in MSWordExportBase()
3997 mpTableInfo->getTableNodeInfo( &rNode ); in OutputStartNode()
4029 ww8::WW8TableNodeInfo::Pointer_t pNodeInfo = mpTableInfo->getTableNodeInfo( &rNode ); in OutputEndNode()
H A Drtfexport.cxx505 mpTableInfo = ww8::WW8TableInfo::Pointer_t(new ww8::WW8TableInfo()); in WritePageDescTable()
H A Dwrtww8.hxx483 ww8::WW8TableInfo::Pointer_t mpTableInfo; member in MSWordExportBase
H A Dwrtw8nds.cxx1794 ww8::WW8TableNodeInfo::Pointer_t pTextNodeInfo( mpTableInfo->getTableNodeInfo( &rNode ) ); in OutputTextNode()
/AOO42X/main/sc/source/ui/inc/
H A DAccessiblePreviewHeaderCell.hxx137 mutable ScPreviewTableInfo* mpTableInfo; member in ScAccessiblePreviewHeaderCell
H A DAccessiblePreviewTable.hxx168 mutable ScPreviewTableInfo* mpTableInfo; member in ScAccessiblePreviewTable