Home
last modified time | relevance | path

Searched refs:rCellPos (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dsheetdata.cxx51 void ScSheetSaveData::AddCellStyle( const rtl::OUString& rName, const ScAddress& rCellPos ) in AddCellStyle() argument
53 maCellStyles.push_back( ScCellStyleEntry( rName, rCellPos ) ); in AddCellStyle()
58 maColumnStyles.push_back( ScCellStyleEntry( rName, rCellPos ) ); in AddColumnStyle()
61 void ScSheetSaveData::AddRowStyle( const rtl::OUString& rName, const ScAddress& rCellPos ) in AddRowStyle() argument
63 maRowStyles.push_back( ScCellStyleEntry( rName, rCellPos ) ); in AddRowStyle()
68 maTableStyles.push_back( ScCellStyleEntry( rName, rCellPos ) ); in AddTableStyle()
78 rCellPos.Tab() == maPreviousNote.maCellPos.Tab() ) in HandleNoteStyles()
84 ScNoteStyleEntry aNewEntry( rStyleName, rTextName, rCellPos ); in HandleNoteStyles()
92 maNoteParaStyles.push_back( ScTextStyleEntry( rName, rCellPos, rSelection ) ); in AddNoteContentStyle()
94 maNoteTextStyles.push_back( ScTextStyleEntry( rName, rCellPos, rSelection ) ); in AddNoteContentStyle()
[all …]
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx339 SCCOL nEndCol = rCellPos.Col(); in GetOffsetPixel()
348 SCROW nEndRow = rCellPos.Row(); in GetOffsetPixel()
366 Rectangle aOffsetRect = GetOffsetPixel( rCellPos, pEntry->aCellRange ); in GetCellPosition()
464 ScAddress& rCellPos, Rectangle& rNoteRect ) const in GetNoteInRange() argument
477 rCellPos = pEntry->aCellRange.aStart; in GetNoteInRange()
743 if ( (rCellPos.Col() >= 0) && in GetHeaderCellOutputRect()
744 (rCellPos.Row() >= 0) && (rCellPos.Col() < aTableInfo.GetCols()) && in GetHeaderCellOutputRect()
745 (rCellPos.Row() < aTableInfo.GetRows()) ) in GetHeaderCellOutputRect()
750 nCol = rCellPos.Col(); in GetHeaderCellOutputRect()
752 nRow = rCellPos.Row(); in GetHeaderCellOutputRect()
[all …]
H A Dgridwin4.cxx1445 void ScGridWindow::DrawComboButton( const Point& rCellPos, in DrawComboButton() argument
1451 Point aScrPos = rCellPos; in DrawComboButton()
/trunk/main/sc/inc/
H A Dsheetdata.hxx137 void AddCellStyle( const rtl::OUString& rName, const ScAddress& rCellPos );
138 void AddColumnStyle( const rtl::OUString& rName, const ScAddress& rCellPos );
139 void AddRowStyle( const rtl::OUString& rName, const ScAddress& rCellPos );
140 void AddTableStyle( const rtl::OUString& rName, const ScAddress& rCellPos );
142 …yles( const rtl::OUString& rStyleName, const rtl::OUString& rTextName, const ScAddress& rCellPos );
143 …Style( sal_uInt16 nFamily, const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection…
145 …void AddTextStyle( const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection&…
H A Dtextuno.hxx381 virtual void GetCellText(const ScAddress& rCellPos, String& rText);
H A Ddocument.hxx598 sal_Bool GetMatrixFormulaRange( const ScAddress& rCellPos, ScRange& rMatrix );
/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx101 Rectangle GetOffsetPixel( const ScAddress& rCellPos, const ScRange& rRange ) const;
133 ScAddress& rCellPos, Rectangle& rNoteRect ) const;
140 sal_Bool GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) const;
145 …Rectangle GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress& rCellPos, sal_Bool b…
146 Rectangle GetCellOutputRect(const ScAddress& rCellPos) const;
H A DAccessiblePreviewHeaderCell.hxx52 const ScAddress& rCellPos, sal_Bool bIsColHdr, sal_Bool bIsRowHdr,
H A DAccessibleText.hxx113 virtual void GetCellText(const ScAddress& rCellPos, String& rText);
H A Dgridwin.hxx270 void DrawComboButton( const Point& rCellPos,
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx794 void ScAccessibleCellTextData::GetCellText(const ScAddress& rCellPos, String& rText) in GetCellText() argument
802 pDoc->GetString(rCellPos.Col(), rCellPos.Row(), rCellPos.Tab(), rText); in GetCellText()
807 pDoc->GetCellType(rCellPos.Col(), rCellPos.Row(), rCellPos.Tab(), aCellType); in GetCellText()
810 pDoc->GetFormula( rCellPos.Col(), rCellPos.Row(), rCellPos.Tab(), rText); in GetCellText()
814 …((aCellType == CELLTYPE_VALUE || aCellType == CELLTYPE_FORMULA) && pDoc->GetValue(rCellPos) == 0.0) in GetCellText()
H A DAccessiblePreviewHeaderCell.cxx60 const ScAddress& rCellPos, sal_Bool bIsColHdr, sal_Bool bIsRowHdr, in ScAccessiblePreviewHeaderCell() argument
66 maCellPos( rCellPos ), in ScAccessiblePreviewHeaderCell()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1980 ScHTMLSize ScHTMLTable::GetSpan( const ScHTMLPos& rCellPos ) const in GetSpan()
1984 …if( ((pRange = maVMergedCells.Find( rCellPos.MakeAddr() )) != 0) || ((pRange = maHMergedCells.Find… in GetSpan()
2199 ScHTMLSize ScHTMLTable::GetDocSize( const ScHTMLPos& rCellPos ) const in GetDocSize()
2201 ScHTMLSize aCellSpan = GetSpan( rCellPos ); in GetDocSize()
2203 … static_cast< SCCOL >( GetDocSize( tdCol, rCellPos.mnCol, rCellPos.mnCol + aCellSpan.mnCols ) ), in GetDocSize()
2204 … static_cast< SCROW >( GetDocSize( tdRow, rCellPos.mnRow, rCellPos.mnRow + aCellSpan.mnRows ) ) ); in GetDocSize()
2212 ScHTMLPos ScHTMLTable::GetDocPos( const ScHTMLPos& rCellPos ) const in GetDocPos()
2215 static_cast< SCCOL >( GetDocPos( tdCol, rCellPos.mnCol ) ), in GetDocPos()
2216 static_cast< SCROW >( GetDocPos( tdRow, rCellPos.mnRow ) ) ); in GetDocPos()
2631 const ScHTMLPos& rCellPos = aMapIter->first; in RecalcDocSize() local
[all …]
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx356 ScHTMLSize GetSpan( const ScHTMLPos& rCellPos ) const;
419 ScHTMLSize GetDocSize( const ScHTMLPos& rCellPos ) const;
426 ScHTMLPos GetDocPos( const ScHTMLPos& rCellPos ) const;
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx1020 void ScCellTextData::GetCellText(const ScAddress& rCellPos, String& rText) in GetCellText() argument
1025 pDoc->GetInputString( rCellPos.Col(), rCellPos.Row(), rCellPos.Tab(), rText ); in GetCellText()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4581 sal_Bool ScDocument::GetMatrixFormulaRange( const ScAddress& rCellPos, ScRange& rMatrix ) in GetMatrixFormulaRange() argument
4586 ScBaseCell* pCell = GetCell( rCellPos ); in GetMatrixFormulaRange()
4589 ScAddress aOrigin = rCellPos; in GetMatrixFormulaRange()
4592 if ( aOrigin != rCellPos ) in GetMatrixFormulaRange()

Completed in 179 milliseconds