Home
last modified time | relevance | path

Searched refs:aCurrentPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx824 table::CellAddress aCurrentPos( aCellPos ); in EndElement() local
832 aCurrentPos.Column = aCellPos.Column + i; in EndElement()
839 aCurrentPos.Row = aCellPos.Row + j; in EndElement()
840 if ((aCurrentPos.Column == 0) && (j > 0)) in EndElement()
845 if (CellExists(aCurrentPos)) in EndElement()
871 … if (rTables.IsPartOfMatrix(aCurrentPos.Column, aCurrentPos.Row)) in EndElement()
958 … if (rTables.IsPartOfMatrix(aCurrentPos.Column, aCurrentPos.Row)) in EndElement()
1002 SetAnnotation(aCurrentPos); in EndElement()
1003 SetDetectiveObj( aCurrentPos ); in EndElement()
1004 SetCellRangeSource( aCurrentPos ); in EndElement()
[all …]
/trunk/main/svtools/source/edit/
H A Deditsyntaxhighlighter.cxx69 TextSelection aCurrentPos = GetTextView()->GetSelection(); in DoBracketHilight() local
70 xub_StrLen aStartPos = aCurrentPos.GetStart().GetIndex(); in DoBracketHilight()
71 sal_uLong nStartPara = aCurrentPos.GetStart().GetPara(); in DoBracketHilight()
/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx186 const Point aCurrentPos(aValSetColorTable.GetPosPixel()); in ImpColorCountChanged() local
190 … const Point aNewPos((aCurrentPos.X() + aCurrentSize.Width()) - aNewSize.Width(), aCurrentPos.Y()); in ImpColorCountChanged()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx903 ORowSetMatrix::iterator aCurrentPos; in moveWindow() local
904 aCurrentPos = aCacheIter->second.aIterator; in moveWindow()

Completed in 43 milliseconds