/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 281 if (CellExists(aCellPos)) in SetCursorOnTextImport() 286 xBaseCell.set(xCellRange->getCellByPosition(aCellPos.Column, aCellPos.Row)); in SetCursorOnTextImport() 329 !rXMLImport.GetTables().IsPartOfMatrix(aCellPos.Column, aCellPos.Row)) in CreateChildContext() 427 aCellPos.Column = MAXCOL; in CreateChildContext() 428 if (aCellPos.Row > MAXROW) in CreateChildContext() 429 aCellPos.Row = MAXROW; in CreateChildContext() 481 if (CellExists(aCellPos)) in DoMerge() 492 if (IsMerged(xCellRange, aCellPos.Column, aCellPos.Row, aCellAddress)) in DoMerge() 803 xBaseCell.set(xCellRange->getCellByPosition(aCellPos.Column, aCellPos.Row)); in EndElement() 1063 xCell.set(xCellRange->getCellByPosition(aCellPos.Column , aCellPos.Row)); in EndElement() [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()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 458 maCellPos(aCellPos) in ScPreviewCellViewForwarder() 504 maCellPos(aCellPos), in ScPreviewHeaderCellViewForwarder() 551 maCellPos(aCellPos), in ScPreviewNoteViewForwarder() 870 aCellPos.Col(), aCellPos.Row(), nSizeX, nSizeY); in GetTextForwarder() 877 pDoc->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_HOR_JUSTIFY ) ); in GetTextForwarder() 882 pDoc->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_INDENT ) ); in GetTextForwarder() 890 pDoc->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_MARGIN ) ); in GetTextForwarder() 919 pDoc->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_ROTATE_VALUE ) ); in GetTextForwarder() 930 pDoc->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_LINEBREAK ) ); in GetTextForwarder() 942 …Just == SVX_HOR_JUSTIFY_STANDARD && pDoc->HasValueData( aCellPos.Col(), aCellPos.Row(), aCellPos.T… in GetTextForwarder() [all …]
|
H A D | AccessiblePreviewTable.cxx | 376 …ScAddress aCellPos( static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex)… in getAccessibleCellAt() local 379 …blePreviewHeaderCell* pHeaderCell = new ScAccessiblePreviewHeaderCell( this, mpViewShell, aCellPos, in getAccessibleCellAt() 386 …ScAccessiblePreviewCell* pCell = new ScAccessiblePreviewCell( this, mpViewShell, aCellPos, nNewInd… in getAccessibleCellAt()
|
/aoo41x/main/svx/source/table/ |
H A D | viewcontactoftableobj.cxx | 559 sdr::table::CellPos aCellPos; in createViewIndependentPrimitive2DSequence() local 582 for(aCellPos.mnRow = 0; aCellPos.mnRow < nRowCount; aCellPos.mnRow++) in createViewIndependentPrimitive2DSequence() 584 for(aCellPos.mnCol = 0; aCellPos.mnCol < nColCount; aCellPos.mnCol++) in createViewIndependentPrimitive2DSequence() 586 …set(dynamic_cast< sdr::table::Cell* >(xTable->getCellByPosition(aCellPos.mnCol, aCellPos.mnRow).ge… in createViewIndependentPrimitive2DSequence() 590 if(rTableLayouter.getCellArea(aCellPos, aCellArea)) in createViewIndependentPrimitive2DSequence() 601 const sal_uInt32 nTextIndex(nColCount * aCellPos.mnRow + aCellPos.mnCol); in createViewIndependentPrimitive2DSequence() 637 const sal_Int32 nX(bIsRTL ? nColCount - aCellPos.mnCol : aCellPos.mnCol); in createViewIndependentPrimitive2DSequence() 638 const sal_Int32 nY(aCellPos.mnRow); in createViewIndependentPrimitive2DSequence()
|
/aoo41x/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() 196 aAdr.Sheet = aCellPos.Tab(); in getPosition() 197 aAdr.Column = aCellPos.Col(); in getPosition() 198 aAdr.Row = aCellPos.Row(); in getPosition() 228 pDocShell->GetDocFunc().ShowNote( aCellPos, bIsVisible ); in setIsVisible() 238 if( SdrObject* pCaption = pNote->GetOrCreateCaption( aCellPos ) ) in getAnnotationShape() 247 ScAnnotationEditSource aEditSource( pDocShell, aCellPos ); in GetUnoText() 257 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 | 983 aCellPos( rP ), in ScCellTextData() 1066 pDoc->GetPattern( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab() ) ) in GetTextForwarder() 1072 const ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in GetTextForwarder() 1077 GetCellText( aCellPos, aText ); in GetTextForwarder() 1103 aFunc.PutData( aCellPos, *pEditEngine, sal_False, sal_True ); // always as text in UpdateData()
|
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 | 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() 444 aCellPos( rPos ), in ScCellFieldObj() 452 pEditSource = new ScCellEditSource( pDocShell, aCellPos ); in ScCellFieldObj() 525 aCellPos = rPos; in InitDoc() 530 pEditSource = new ScCellEditSource( pDocShell, aCellPos ); in InitDoc() 642 return new ScCellObj( pDocShell, aCellPos ); in getAnchor()
|
H A D | cellsuno.cxx | 6079 aCellPos( rP ), in ScCellObj() 6117 aCellPos = pFirst->aStart; in RefChanged() 6198 ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in GetOutputString_Impl() 6251 return pDocSh->GetDocument()->GetValue( aCellPos ); in GetValue_Impl() 6458 pCellField->InitDoc( pDocSh, aCellPos, aSelection ); in insertTextContent() 6632 ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in getTokens() 6665 aAdr.Sheet = aCellPos.Tab(); in getCellAddress() 6666 aAdr.Column = aCellPos.Col(); in getCellAddress() 6667 aAdr.Row = aCellPos.Row(); in getCellAddress() 6679 return new ScAnnotationObj( pDocSh, aCellPos ); in getAnnotation() [all …]
|
/aoo41x/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() 2205 ScAddress aCellPos( nPosX, nPosY, nTab ); in MouseButtonUp() local 2206 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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 2022 ScAddress aCellPos( aPos ); in ScCell() local 2025 bError = !PopDoubleRefOrSingleRef( aCellPos ); in ScCell() 2032 ScBaseCell* pCell = GetCell( aCellPos ); in ScCell() 2039 PushInt( aCellPos.Col() + 1 ); in ScCell() 2043 PushInt( aCellPos.Row() + 1 ); in ScCell() 2047 PushInt( aCellPos.Tab() + 1 ); in ScCell() 2057 SCTAB nTab = aCellPos.Tab(); in ScCell() 2101 PushDouble( GetCellValue( aCellPos, pCell ) ); in ScCell() 2125 … int nZeroCount = (int)(pDok->GetColWidth( aCellPos.Col(), aCellPos.Tab() ) / nZeroWidth); in ScCell() 2133 … pDok->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_HOR_JUSTIFY ); in ScCell() [all …]
|
/aoo41x/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()
|
/aoo41x/main/sc/inc/ |
H A D | textuno.hxx | 371 ScAddress aCellPos; member in ScCellTextData 398 const ScAddress& GetCellPos() const { return aCellPos; } in GetCellPos()
|
H A D | editsrc.hxx | 136 ScAddress aCellPos; member in ScAnnotationEditSource
|
H A D | fielduno.hxx | 66 ScAddress aCellPos; member in ScCellFieldsObj 136 ScAddress aCellPos; member in ScCellFieldObj
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | prevloc.hxx | 135 const ScAddress& aCellPos) const;
|