| /trunk/main/sc/source/filter/xml/ |
| H A D | xmlcelli.cxx | 280 com::sun::star::table::CellAddress aCellPos = rXMLImport.GetTables().GetRealCellPos(); in SetCursorOnTextImport() local 281 if (CellExists(aCellPos)) in SetCursorOnTextImport() 286 xBaseCell.set(xCellRange->getCellByPosition(aCellPos.Column, aCellPos.Row)); in SetCursorOnTextImport() 327 com::sun::star::table::CellAddress aCellPos = rXMLImport.GetTables().GetRealCellPos(); in CreateChildContext() local 329 !rXMLImport.GetTables().IsPartOfMatrix(aCellPos.Column, aCellPos.Row)) in CreateChildContext() 340 if (CellExists(aCellPos)) in CreateChildContext() 422 com::sun::star::table::CellAddress aCellPos = rXMLImport.GetTables().GetRealCellPos(); in CreateChildContext() local 426 if (aCellPos.Column > MAXCOL) in CreateChildContext() 427 aCellPos.Column = MAXCOL; in CreateChildContext() 428 if (aCellPos.Row > MAXROW) in CreateChildContext() [all …]
|
| H A D | xmlcelli.hxx | 84 void DoMerge(const com::sun::star::table::CellAddress& aCellPos, 95 sal_Bool CellExists(const com::sun::star::table::CellAddress& aCellPos) const in CellExists() 97 return (aCellPos.Column <= MAXCOL && aCellPos.Row <= MAXROW); in CellExists()
|
| H A D | xmlexprt.cxx | 2902 ScAddress aCellPos; in WriteCell() local 2903 ScUnoConversion::FillScAddress( aCellPos, aCell.aCellAddress ); in WriteCell() 2933 aCell.fValue = pDoc->GetValue( aCellPos ); in WriteCell() 2942 if (GetCellText(aCell, aCellPos)) in WriteCell() 2944 rtl::OUString sFormula(lcl_GetRawString(pDoc, aCellPos)); in WriteCell() 2952 ScBaseCell* pBaseCell = pDoc ? pDoc->GetCell(aCellPos) : NULL; in WriteCell() 2982 pDoc->GetValue( aCellPos )); in WriteCell() 2986 aCell.nNumberFormat, pDoc->GetValue( aCellPos )); in WriteCell() 2990 if (GetCellText(aCell, aCellPos)) in WriteCell() 3046 if (GetCellText(aCell, aCellPos)) in WriteCell()
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleText.cxx | 107 …Point aCellPos(mpViewShell->GetViewData()->GetScrPos(maCellPos.Col(), maCellPos.Row(), meSplitPos,… in GetVisArea() local 108 aVisArea.SetPos(aCellPos - aBaseCellPos); in GetVisArea() 448 ScAddress aCellPos); 455 ScAddress aCellPos) in ScPreviewCellViewForwarder() argument 458 maCellPos(aCellPos) in ScPreviewCellViewForwarder() 492 ScAddress aCellPos, 500 ScAddress aCellPos, in ScPreviewHeaderCellViewForwarder() argument 504 maCellPos(aCellPos), in ScPreviewHeaderCellViewForwarder() 539 ScAddress aCellPos, 547 ScAddress aCellPos, in ScPreviewNoteViewForwarder() argument [all …]
|
| H A D | AccessiblePreviewTable.cxx | 368 …ScAddress aCellPos( static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex)… in getAccessibleCellAt() local 371 …blePreviewHeaderCell* pHeaderCell = new ScAccessiblePreviewHeaderCell( this, mpViewShell, aCellPos, in getAccessibleCellAt() 378 …cessiblePreviewCell* pCell = new ScAccessiblePreviewCell( this, mpViewShell, aCellPos, nNewIndex ); in getAccessibleCellAt()
|
| /trunk/main/svx/source/table/ |
| H A D | viewcontactoftableobj.cxx | 561 sdr::table::CellPos aCellPos; in createViewIndependentPrimitive2DSequence() local 584 for(aCellPos.mnRow = 0; aCellPos.mnRow < nRowCount; aCellPos.mnRow++) in createViewIndependentPrimitive2DSequence() 586 for(aCellPos.mnCol = 0; aCellPos.mnCol < nColCount; aCellPos.mnCol++) in createViewIndependentPrimitive2DSequence() 588 …set(dynamic_cast< sdr::table::Cell* >(xTable->getCellByPosition(aCellPos.mnCol, aCellPos.mnRow).ge… in createViewIndependentPrimitive2DSequence() 592 if(rTableLayouter.getCellArea(aCellPos, aCellArea)) in createViewIndependentPrimitive2DSequence() 603 … const sal_uInt32 nTextIndex(nColCount * aCellPos.mnRow + aCellPos.mnCol); in createViewIndependentPrimitive2DSequence() 639 … const sal_Int32 nX(bIsRTL ? nColCount - aCellPos.mnCol : aCellPos.mnCol); in createViewIndependentPrimitive2DSequence() 640 const sal_Int32 nY(aCellPos.mnRow); in createViewIndependentPrimitive2DSequence()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | notesuno.cxx | 69 aCellPos( rPos ), in ScAnnotationObj() 113 return (cppu::OWeakObject*)new ScCellObj( pDocShell, aCellPos ); in getParent() 191 aAdr.Sheet = aCellPos.Tab(); in getPosition() 192 aAdr.Column = aCellPos.Col(); in getPosition() 193 aAdr.Row = aCellPos.Row(); in getPosition() 223 pDocShell->GetDocFunc().ShowNote( aCellPos, bIsVisible ); in setIsVisible() 232 if( SdrObject* pCaption = pNote->GetOrCreateCaption( aCellPos ) ) in getAnnotationShape() 241 ScAnnotationEditSource aEditSource( pDocShell, aCellPos ); in GetUnoText() 251 return pDocShell ? pDocShell->GetDocument()->GetNote( aCellPos ) : 0; in ImplGetNote()
|
| H A D | editsrc.cxx | 192 aCellPos( rP ), in ScAnnotationEditSource() 214 return new ScAnnotationEditSource( pDocShell, aCellPos ); in Clone() 219 ScPostIt* pNote = pDocShell->GetDocument()->GetNote( aCellPos ); in GetCaptionObj() 220 return pNote ? pNote->GetOrCreateCaption( aCellPos ) : 0; in GetCaptionObj() 245 if ( ScPostIt* pNote = pDocShell->GetDocument()->GetNote( aCellPos ) ) in GetTextForwarder()
|
| H A D | textuno.cxx | 970 aCellPos( rP ), in ScCellTextData() 1053 pDoc->GetPattern( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab() ) ) in GetTextForwarder() 1059 const ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in GetTextForwarder() 1064 GetCellText( aCellPos, aText ); in GetTextForwarder() 1090 aFunc.PutData( aCellPos, *pEditEngine, sal_False, sal_True ); // always as text in UpdateData()
|
| H A D | fielduno.cxx | 241 aCellPos( rPos ), in ScCellFieldsObj() 246 pEditSource = new ScCellEditSource( pDocShell, aCellPos ); in ScCellFieldsObj() 301 return new ScCellFieldObj( pDocShell, aCellPos, aSelection ); in GetObjectByIndex_Impl() 436 aCellPos( rPos ), in ScCellFieldObj() 444 pEditSource = new ScCellEditSource( pDocShell, aCellPos ); in ScCellFieldObj() 514 aCellPos = rPos; in InitDoc() 519 pEditSource = new ScCellEditSource( pDocShell, aCellPos ); in InitDoc() 629 return new ScCellObj( pDocShell, aCellPos ); in getAnchor()
|
| H A D | funcuno.cxx | 194 ScAddress aCellPos = aIter.GetPos(); in lcl_CopyData() local 195 sal_uInt32 nFormat = pClipDoc->GetNumberFormat(aCellPos); in lcl_CopyData() 204 pClipDoc->ApplyAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), in lcl_CopyData()
|
| H A D | cellsuno.cxx | 5972 aCellPos( rP ), in ScCellObj() 5983 pUnoText = new ScCellTextObj( GetDocShell(), aCellPos ); in GetUnoText() 6010 aCellPos = pFirst->aStart; in RefChanged() 6082 return lcl_GetInputString( GetDocShell()->GetDocument(), aCellPos, bEnglish ); in GetInputString_Impl() 6086 String ScCellObj::GetOutputString_Impl(ScDocument* pDoc, const ScAddress& aCellPos) in GetOutputString_Impl() argument 6091 ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in GetOutputString_Impl() 6112 sal_uLong nNumFmt = pDoc->GetNumberFormat( aCellPos ); in GetOutputString_Impl() 6125 aVal = GetOutputString_Impl(pDocSh->GetDocument(), aCellPos); in GetOutputString_Impl() 6136 …(void)aFunc.SetCellText( aCellPos, rString, bInterpret, bEnglish, sal_True, EMPTY_STRING, formula:… in SetString_Impl() 6144 return pDocSh->GetDocument()->GetValue( aCellPos ); in GetValue_Impl() [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | gridwin5.cxx | 97 ScAddress aCellPos( nPosX, nPosY, nTab ); in ShowNoteMarker() local 129 if ( aRange.In( aCellPos ) ) in ShowNoteMarker() 153 if ( aRange.In( aCellPos ) ) in ShowNoteMarker() 198 const ScPostIt* pNote = pDoc->GetNote( aCellPos ); in ShowNoteMarker() 205 if ( pNoteMarker->GetDocPos() == aCellPos ) // dieselbe in ShowNoteMarker() 241 pDoc, aCellPos, aTrackText, in ShowNoteMarker()
|
| H A D | viewfun5.cxx | 312 ScAddress aCellPos( nPosX, nPosY, GetViewData()->GetTabNo() ); in PasteDataFormat() local 313 ScImportExport aObj( GetViewData()->GetDocument(), aCellPos ); in PasteDataFormat() 397 ScAddress aCellPos( nPosX,nPosY,nTab ); in PasteDataFormat() local 398 aCellPos.Format( sTarget, SCA_ABS_3D, pDoc, pDoc->GetAddressConvention() ); in PasteDataFormat()
|
| H A D | gridwin.cxx | 355 ScAddress aCellPos( pViewData->GetCurX(), pViewData->GetCurY(), pViewData->GetTabNo() ); in lcl_UnLockComment() local 356 ScPostIt* pNote = rDoc.GetNote( aCellPos ); in lcl_UnLockComment() 360 … static_cast< const ScProtectionAttr* > (rDoc.GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.T… in lcl_UnLockComment() 362 …bool bProtectDoc = rDoc.IsTabProtected( aCellPos.Tab() ) || pViewData->GetSfxDocShell()->IsReadOn… in lcl_UnLockComment() 2107 ScAddress aCellPos( nPosX, nPosY, pViewData->GetTabNo() ); in MouseButtonUp() local 2111 pDPObj->GetHeaderPositionData(aCellPos, aData); in MouseButtonUp() 2137 if ( pDPObj->GetDataFieldPositionData(aCellPos, aFilters) ) in MouseButtonUp() 2203 ScAddress aCellPos( nPosX, nPosY, nTab ); in MouseButtonUp() local 2204 … uno::Reference< table::XCell > xCell( new ScCellObj( pViewData->GetDocShell(), aCellPos ) ); in MouseButtonUp()
|
| H A D | prevloc.cxx | 487 …ngeOutputRect(const Rectangle& rVisiblePixel, sal_Bool bNoteMarks, const ScAddress& aCellPos) const in GetNoteInRangeOutputRect() 498 if ( aCellPos == pEntry->aCellRange.aStart ) in GetNoteInRangeOutputRect()
|
| H A D | viewfun4.cxx | 764 ScAddress aCellPos( nPosX, nPosY, nTab ); in InsertBookmark() local 765 ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in InsertBookmark()
|
| /trunk/main/sc/source/ui/miscdlgs/ |
| H A D | optsolver.cxx | 978 ScAddress aCellPos; in CallSolver() local 979 ScUnoConversion::FillScAddress( aCellPos, aVariables[nVarPos] ); in CallSolver() 980 aOldValues[nVarPos] = mpDoc->GetValue( aCellPos ); in CallSolver() 1031 ScAddress aCellPos; in CallSolver() local 1032 ScUnoConversion::FillScAddress( aCellPos, aVariables[nVarPos] ); in CallSolver() 1033 aFunc.PutCell( aCellPos, new ScValueCell( aSolution[nVarPos] ), sal_True ); in CallSolver() 1066 ScAddress aCellPos; in CallSolver() local 1067 ScUnoConversion::FillScAddress( aCellPos, aVariables[nVarPos] ); in CallSolver() 1068 aFunc.PutCell( aCellPos, new ScValueCell( aOldValues[nVarPos] ), sal_True ); in CallSolver()
|
| /trunk/main/oox/source/xls/ |
| H A D | externallinkfragment.cxx | 508 CellAddress aCellPos; in setCellValue() local 509 …if( mxSheetCache.is() && getAddressConverter().convertToCellAddress( aCellPos, rBinAddr, 0, false … in setCellValue() 511 mxSheetCache->setCellValue( aCellPos.Column, aCellPos.Row, rValue ); in setCellValue()
|
| /trunk/main/sc/source/core/tool/ |
| H A D | interpr1.cxx | 2157 ScAddress aCellPos( aPos ); in ScCell() local 2160 bError = !PopDoubleRefOrSingleRef( aCellPos ); in ScCell() 2167 ScBaseCell* pCell = GetCell( aCellPos ); in ScCell() 2174 PushInt( aCellPos.Col() + 1 ); in ScCell() 2178 PushInt( aCellPos.Row() + 1 ); in ScCell() 2182 PushInt( aCellPos.Tab() + 1 ); in ScCell() 2186 sal_uInt16 nFlags = (aCellPos.Tab() == aPos.Tab()) ? (SCA_ABS) : (SCA_ABS_3D); in ScCell() 2187 aCellPos.Format( aFuncResult, nFlags, pDok, pDok->GetAddressConvention() ); in ScCell() 2192 SCTAB nTab = aCellPos.Tab(); in ScCell() 2217 ScAddress( static_cast<SCCOL>(aCellPos.Tab()), 0, 0 ).Format( in ScCell() [all …]
|
| /trunk/main/sc/source/core/data/ |
| H A D | documen2.cxx | 1369 void ScDocument::GetCellChangeTrackNote( const ScAddress &aCellPos,String &aTrackText,sal_Bool &bLe… in GetCellChangeTrackNote() argument 1389 if ( rBig.aStart.Tab() == aCellPos.Tab()) in GetCellChangeTrackNote() 1396 if ( aRange.In( aCellPos ) ) in GetCellChangeTrackNote() 1418 if ( aRange.In( aCellPos ) ) in GetCellChangeTrackNote()
|
| /trunk/main/sc/inc/ |
| H A D | textuno.hxx | 350 ScAddress aCellPos; member in ScCellTextData 377 const ScAddress& GetCellPos() const { return aCellPos; } in GetCellPos()
|
| H A D | fielduno.hxx | 66 ScAddress aCellPos; member in ScCellFieldsObj 124 ScAddress aCellPos; member in ScCellFieldObj
|
| H A D | editsrc.hxx | 136 ScAddress aCellPos; member in ScAnnotationEditSource
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | prevloc.hxx | 135 const ScAddress& aCellPos) const;
|