Searched refs:maCellPos (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePreviewHeaderCell.cxx | 66 maCellPos( rCellPos ), in ScAccessiblePreviewHeaderCell() 150 fValue = maCellPos.Col(); in getCurrentValue() 152 fValue = maCellPos.Row(); in getCurrentValue() 327 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBoxOnScreen() 328 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBoxOnScreen() 352 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBox() 353 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBox() 394 sName += ScColToAlpha( maCellPos.Col() ); in createAccessibleName() 400 sName += rtl::OUString::valueOf( (sal_Int32) ( maCellPos.Row() + 1 ) ); in createAccessibleName() 417 …(new ScAccessiblePreviewHeaderCellTextData(mpViewShell, String(getAccessibleName()), maCellPos, mb… in CreateTextHelper()
|
H A D | AccessibleText.cxx | 59 ScAddress maCellPos; member in ScViewForwarder 76 maCellPos(rCell), in ScViewForwarder() 107 …Point aCellPos(mpViewShell->GetViewData()->GetScrPos(maCellPos.Col(), maCellPos.Row(), meSplitPos,… in GetVisArea() 445 ScAddress maCellPos; member in ScPreviewCellViewForwarder 458 maCellPos(aCellPos) in ScPreviewCellViewForwarder() 472 aVisArea = rData.GetCellOutputRect(maCellPos); in GetVisArea() 487 ScAddress maCellPos; member in ScPreviewHeaderCellViewForwarder 504 maCellPos(aCellPos), in ScPreviewHeaderCellViewForwarder() 535 ScAddress maCellPos; member in ScPreviewNoteViewForwarder 551 maCellPos(aCellPos), in ScPreviewNoteViewForwarder() [all …]
|
/trunk/main/sc/inc/ |
H A D | sheetdata.hxx | 59 ScAddress maCellPos; member 63 maCellPos(rPos) in ScCellStyleEntry() 72 ScAddress maCellPos; member 77 maCellPos(rPos) in ScNoteStyleEntry() 85 ScAddress maCellPos; member 90 maCellPos(rPos), in ScTextStyleEntry()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 2200 ScAddress aPos = aCellIter->maCellPos; in _ExportAutoStyles() 2220 ScAddress aPos = aColumnIter->maCellPos; in _ExportAutoStyles() 2242 ScAddress aPos = aRowIter->maCellPos; in _ExportAutoStyles() 2263 ScAddress aPos = aTableIter->maCellPos; in _ExportAutoStyles() 2292 ScAddress aPos = aNoteIter->maCellPos; in _ExportAutoStyles() 2341 ScAddress aPos = aNoteParaIter->maCellPos; in _ExportAutoStyles() 2376 ScAddress aPos = aNoteTextIter->maCellPos; in _ExportAutoStyles() 2413 ScAddress aPos = aTextIter->maCellPos; in _ExportAutoStyles()
|
H A D | sheetdata.cxx | 78 rCellPos.Tab() == maPreviousNote.maCellPos.Tab() ) in HandleNoteStyles()
|
/trunk/main/sc/source/ui/inc/ |
H A D | AccessiblePreviewHeaderCell.hxx | 134 ScAddress maCellPos; member in ScAccessiblePreviewHeaderCell
|
H A D | AccessibleText.hxx | 311 ScAddress maCellPos; member in ScAccessibleNoteTextData
|
Completed in 143 milliseconds