Home
last modified time | relevance | path

Searched refs:aCellPos (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx281 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 Dxmlcelli.hxx84 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 Dxmlexprt.cxx2902 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 DAccessibleText.cxx458 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 DAccessiblePreviewTable.cxx376 …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()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx561 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 Dnotesuno.cxx69 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 Deditsrc.cxx192 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 Dtextuno.cxx983 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 Dfuncuno.cxx194 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 Dfielduno.cxx241 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 Dcellsuno.cxx6079 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 …]
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx97 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 Dviewfun5.cxx312 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 Dgridwin.cxx357 ScAddress aCellPos( pViewData->GetCurX(), pViewData->GetCurY(), pViewData->GetTabNo() ); in lcl_UnLockComment() local
358 ScPostIt* pNote = rDoc.GetNote( aCellPos ); in lcl_UnLockComment()
362 … static_cast< const ScProtectionAttr* > (rDoc.GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.T… in lcl_UnLockComment()
364 …bool bProtectDoc = rDoc.IsTabProtected( aCellPos.Tab() ) || pViewData->GetSfxDocShell()->IsReadOn… in lcl_UnLockComment()
2122 ScAddress aCellPos( nPosX, nPosY, pViewData->GetTabNo() ); in MouseButtonUp() local
2126 pDPObj->GetHeaderPositionData(aCellPos, aData); in MouseButtonUp()
2152 if ( pDPObj->GetDataFieldPositionData(aCellPos, aFilters) ) in MouseButtonUp()
2220 ScAddress aCellPos( nPosX, nPosY, nTab ); in MouseButtonUp() local
2221 uno::Reference< table::XCell > xCell( new ScCellObj( pViewData->GetDocShell(), aCellPos ) ); in MouseButtonUp()
H A Dprevloc.cxx487 …ngeOutputRect(const Rectangle& rVisiblePixel, sal_Bool bNoteMarks, const ScAddress& aCellPos) const in GetNoteInRangeOutputRect()
498 if ( aCellPos == pEntry->aCellRange.aStart ) in GetNoteInRangeOutputRect()
H A Dviewfun4.cxx764 ScAddress aCellPos( nPosX, nPosY, nTab ); in InsertBookmark() local
765 ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in InsertBookmark()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx978 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 Dexternallinkfragment.cxx508 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 Dinterpr1.cxx2159 ScAddress aCellPos( aPos ); in ScCell() local
2162 bError = !PopDoubleRefOrSingleRef( aCellPos ); in ScCell()
2169 ScBaseCell* pCell = GetCell( aCellPos ); in ScCell()
2176 PushInt( aCellPos.Col() + 1 ); in ScCell()
2180 PushInt( aCellPos.Row() + 1 ); in ScCell()
2184 PushInt( aCellPos.Tab() + 1 ); in ScCell()
2194 SCTAB nTab = aCellPos.Tab(); in ScCell()
2238 PushDouble( GetCellValue( aCellPos, pCell ) ); in ScCell()
2262 … int nZeroCount = (int)(pDok->GetColWidth( aCellPos.Col(), aCellPos.Tab() ) / nZeroWidth); in ScCell()
2270 … pDok->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_HOR_JUSTIFY ); in ScCell()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx1369 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 Dtextuno.hxx371 ScAddress aCellPos; member in ScCellTextData
398 const ScAddress& GetCellPos() const { return aCellPos; } in GetCellPos()
H A Deditsrc.hxx136 ScAddress aCellPos; member in ScAnnotationEditSource
H A Dfielduno.hxx66 ScAddress aCellPos; member in ScCellFieldsObj
136 ScAddress aCellPos; member in ScCellFieldObj
/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx135 const ScAddress& aCellPos) const;

Completed in 224 milliseconds

12