Lines Matching refs:aPos

804                         if (static_cast<sal_Int32>(aNoteShapeItr->aPos.Tab()) == nTable)  in CollectShapesAutoStyles()
2200 ScAddress aPos = aCellIter->maCellPos; in _ExportAutoStyles() local
2201 sal_Int32 nTable = aPos.Tab(); in _ExportAutoStyles()
2207 xTable->getCellByPosition( aPos.Col(), aPos.Row() ), uno::UNO_QUERY ); in _ExportAutoStyles()
2220 ScAddress aPos = aColumnIter->maCellPos; in _ExportAutoStyles() local
2221 sal_Int32 nTable = aPos.Tab(); in _ExportAutoStyles()
2227 …ference<beans::XPropertySet> xColumnProperties(xTableColumns->getByIndex( aPos.Col() ), uno::UNO_Q… in _ExportAutoStyles()
2242 ScAddress aPos = aRowIter->maCellPos; in _ExportAutoStyles() local
2243 sal_Int32 nTable = aPos.Tab(); in _ExportAutoStyles()
2249 …uno::Reference<beans::XPropertySet> xRowProperties(xTableRows->getByIndex( aPos.Row() ), uno::UNO_… in _ExportAutoStyles()
2263 ScAddress aPos = aTableIter->maCellPos; in _ExportAutoStyles() local
2264 sal_Int32 nTable = aPos.Tab(); in _ExportAutoStyles()
2292 ScAddress aPos = aNoteIter->maCellPos; in _ExportAutoStyles() local
2293 sal_Int32 nTable = aPos.Tab(); in _ExportAutoStyles()
2299 ScPostIt* pNote = pDoc->GetNote( aPos ); in _ExportAutoStyles()
2303 SdrCaptionObj* pDrawObj = pNote->GetOrCreateCaption( aPos ); in _ExportAutoStyles()
2341 ScAddress aPos = aNoteParaIter->maCellPos; in _ExportAutoStyles() local
2342 sal_Int32 nTable = aPos.Tab(); in _ExportAutoStyles()
2346 ScPostIt* pNote = pDoc->GetNote( aPos ); in _ExportAutoStyles()
2350 SdrCaptionObj* pDrawObj = pNote->GetOrCreateCaption( aPos ); in _ExportAutoStyles()
2376 ScAddress aPos = aNoteTextIter->maCellPos; in _ExportAutoStyles() local
2377 sal_Int32 nTable = aPos.Tab(); in _ExportAutoStyles()
2381 ScPostIt* pNote = pDoc->GetNote( aPos ); in _ExportAutoStyles()
2385 SdrCaptionObj* pDrawObj = pNote->GetOrCreateCaption( aPos ); in _ExportAutoStyles()
2413 ScAddress aPos = aTextIter->maCellPos; in _ExportAutoStyles() local
2414 sal_Int32 nTable = aPos.Tab(); in _ExportAutoStyles()
2422 …eference<text::XSimpleText> xCellText(xCellRange->getCellByPosition(aPos.Col(), aPos.Row()), uno::… in _ExportAutoStyles()
2877 sal_Bool ScXMLExport::GetCellText (ScMyCell& rMyCell, const ScAddress& aPos) const in GetCellText()
2890 rMyCell.sStringValue = ScCellObj::GetOutputString_Impl(pDoc, aPos); in GetCellText()