Searched refs:SeekCursor (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 834 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines() 977 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines() 1014 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines() 1051 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines() 1268 SeekCursor( pNode, pLine->GetStart()+1, aTmpFont ); in CreateLines() 1291 SeekCursor( pNode, nTPos+1, aTmpFont ); in CreateLines() 2003 SeekCursor( pParaPortion->GetNode(), nBreakPos, aFont ); in ImpBreakLine() 2282 SeekCursor( pPortion->GetNode(), nTxtPortionStart+1, aTmpFont ); in SplitTextPortion() 3024 SeekCursor( pPortion->GetNode(), nIndex+1, aTmpFont, pOutDev ); in Paint() 3381 SeekCursor( pPortion->GetNode(), pPrev->GetStart(), aDummy ); in Paint() [all …]
|
H A D | eertfpar.cxx | 349 pImpEditEngine->SeekCursor( aStartPaM.GetNode(), aStartPaM.GetIndex()+1, aFont ); in SetAttrInDoc()
|
H A D | impedit.hxx | 565 …void SeekCursor( ContentNode* pNode, sal_uInt16 nPos, SvxFont& rFont, OutputDevice* pOut = NULL…
|
H A D | impedit.cxx | 888 pEditEngine->pImpEditEngine->SeekCursor( aPaM.GetNode(), aPaM.GetIndex()+1, aFont ); in ShowCursor()
|
H A D | impedit4.cxx | 998 SeekCursor( pNode, nPos, aFont ); in WriteItemAsRTF()
|
H A D | impedit2.cxx | 3301 SeekCursor( pPortion->GetNode(), nPos+1, aTmpFont ); in CalcLineWidth()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 1826 if ( !SeekCursor( nRow ) ) in SeekRow() 1908 SeekCursor(nNewTopRow + nLinesOnScreen - 1, sal_False); in RecalcRows() 1910 SeekCursor(nNewTopRow, sal_False); in RecalcRows() 1912 SeekCursor(nNewTopRow, sal_True); in RecalcRows() 2109 if (SeekCursor(nNewRow)) in SetCurrent() 2412 sal_Bool DbGridControl::SeekCursor(long nRow, sal_Bool bAbsolute) in SeekCursor() function in DbGridControl
|
H A D | fmgridcl.cxx | 1240 if (SeekCursor(nIdx)) in DeleteSelectedRows() 1254 if (nIdx >= 0 && SeekCursor(nIdx)) in DeleteSelectedRows() 1920 if (SeekCursor(nIdx)) in getSelectionBookmarks()
|
/aoo4110/main/svtools/source/edit/ |
H A D | texteng.cxx | 1231 SeekCursor( nPortion, nCurIndex+1, aFont, NULL ); in GetCharPos() 1334 SeekCursor( nPara, nPortionStart+1, aFont, NULL ); in CalcTextWidth() 1492 void TextEngine::SeekCursor( sal_uLong nPara, sal_uInt16 nPos, Font& rFont, OutputDevice* pOutDev ) in SeekCursor() function in TextEngine 2142 SeekCursor( nPara, nIndex+1, aFont, pOutDev ); in ImpPaint()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 189 void SeekCursor( sal_uLong nNode, sal_uInt16 nPos, Font& rFont, OutputDevice* pOutDev );
|
/aoo4110/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 568 sal_Bool SeekCursor(long nRow, sal_Bool bAbsolute = sal_False);
|
Completed in 303 milliseconds