Home
last modified time | relevance | path

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

/trunk/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()
150 if ( mpTableInfo ) in getAccessibleRowCount()
151 nRet = mpTableInfo->GetRows(); in getAccessibleRowCount()
163 if ( mpTableInfo ) in getAccessibleColumnCount()
164 nRet = mpTableInfo->GetCols(); in getAccessibleColumnCount()
197 if ( nRow < 0 || (mpTableInfo && nRow >= mpTableInfo->GetRows()) ) in getAccessibleRowDescription()
232 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()
317 if (mpTableInfo) in GetBoundingBoxOnScreen()
319 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBoxOnScreen()
320 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBoxOnScreen()
342 if (mpTableInfo) in GetBoundingBox()
344 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBox()
345 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()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx2643 mpTableInfo->processSwTable( &pNd->GetTableNode()->GetTable() ); in WriteText()
2711 const SwNode * pNextNode = mpTableInfo->getNextNode(pCurrentNode); in WriteText()
2767 if (pNode != NULL && mpTableInfo.get() != NULL) in IsInTable()
2769 ww8::WW8TableNodeInfo::Pointer_t pTableNodeInfo = mpTableInfo->getTableNodeInfo(pNode); in IsInTable()
3552 mpTableInfo(new ww8::WW8TableInfo()), nUniqueList(0), in MSWordExportBase()
3998 mpTableInfo->getTableNodeInfo( &rNode ); in OutputStartNode()
4030 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()
/trunk/main/sc/source/ui/inc/
H A DAccessiblePreviewHeaderCell.hxx128 mutable ScPreviewTableInfo* mpTableInfo; member in ScAccessiblePreviewHeaderCell
H A DAccessiblePreviewTable.hxx136 mutable ScPreviewTableInfo* mpTableInfo; member in ScAccessiblePreviewTable