Home
last modified time | relevance | path

Searched refs:GetNextPos (Results 1 – 18 of 18) sorted by path

/trunk/main/framework/inc/framework/
H A Daddonmenu.hxx117 static sal_uInt16 GetNextPos( sal_uInt16 nPos );
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx179 sal_uInt16 AddonMenuManager::GetNextPos( sal_uInt16 nPos ) in GetNextPos() function in framework::AddonMenuManager
251 nInsPos = bAddAfter ? AddonMenuManager::GetNextPos( nInsPos ) : nInsPos; in MergeAddonHelpMenu()
386 nInsPos = AddonMenuManager::GetNextPos( nInsPos ); in BuildMenu()
391 nInsPos = AddonMenuManager::GetNextPos( nInsPos ); in BuildMenu()
/trunk/main/sc/inc/
H A Ddocument.hxx999 SC_DLLPUBLIC void GetNextPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY,
H A Dtable.hxx443 void GetNextPos( SCCOL& rCol, SCROW& rRow, SCsCOL nMovX, SCsROW nMovY,
/trunk/main/sc/source/core/data/
H A Ddocument.cxx5034 void ScDocument::GetNextPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY, in GetNextPos() function in ScDocument
5044 pTab[nTab]->GetNextPos( rCol, rRow, nMovX, nMovY, bMarked, bUnprotected, aCopyMark ); in GetNextPos()
H A Dtable1.cxx975 void ScTable::GetNextPos( SCCOL& rCol, SCROW& rRow, SCsCOL nMovX, SCsROW nMovY, in GetNextPos() function in ScTable
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx381 pDocSh->GetDocument()->GetNextPos( nNewX,nNewY, nTab, 1,0, sal_False,sal_True, aMark ); in gotoNext()
403 pDocSh->GetDocument()->GetNextPos( nNewX,nNewY, nTab, -1,0, sal_False,sal_True, aMark ); in gotoPrevious()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx5458 pDoc->GetNextPos( nNewX,nNewY, nTab, nMove,0, sal_True,sal_True, markedRange ); in PreviousNext()
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx1259 pDoc->GetNextPos( nNewX,nNewY, nTab, nMoveX,nMoveY, sal_True,sal_False, rMark ); in MoveCursorEnter()
1379 pDoc->GetNextPos( nNewX,nNewY, nTab, nMove,0, bMarked,sal_True, rMark ); in FindNextUnprot()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1648 xub_StrLen MSWordExportBase::GetNextPos( WW8SwAttrIter* aAttrIter, const SwTxtNode& rNode, xub_StrL… in GetNextPos() function in MSWordExportBase
1874 xub_StrLen nNextAttr = GetNextPos( &aAttrIter, rNode, nAktPos ); in OutputTextNode()
H A Dwrtww8.hxx763 …virtual xub_StrLen GetNextPos( WW8SwAttrIter* pAttrIter, const SwTxtNode& rNode, xub_StrLen nAktPo…
/trunk/main/vcl/inc/
H A Dsallayout.hxx85 bool GetNextPos( int* nCharPos, bool* bRTL );
121 bool GetNextPos( int* nCharPos, bool* bRTL ) in GetNextPos() function in ImplLayoutArgs
122 { return maRuns.GetNextPos( nCharPos, bRTL ); } in GetNextPos()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6104 for( int i=0; i<8 && rLayoutArgs.GetNextPos( &nCharPos, &bRTL); ++i ) in ImplGlyphFallbackLayout()
6114 while( rLayoutArgs.GetNextPos( &nCharPos, &bRTL) ) in ImplGlyphFallbackLayout()
6239 aArgs.GetNextPos( &nCharPos, &bRTL ); in GetTextIsRTL()
7856 for( int nCharPos = -1; aLayoutArgs.GetNextPos( &nCharPos, &bRTL);) in GetTextOutlines()
H A Dpdfwriter_impl.cxx2382 for( int nCharPos = -1; rArgs.GetNextPos( &nCharPos, &bRightToLeft ); ) in LayoutText()
H A Dsallayout.cxx511 bool ImplLayoutRuns::GetNextPos( int* nCharPos, bool* bRightToLeft ) in GetNextPos() function in ImplLayoutRuns
1174 for( int nCharPos = i = -1; rArgs.GetNextPos( &nCharPos, &bRTL ); ) in ApplyDXArray()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx106 for( int nCharPos = -1; rArgs.GetNextPos( &nCharPos, &bRightToLeft ); ) in operator ()()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx614 if( !rArgs.GetNextPos( &nCharPos, &bRightToLeft ) ) in LayoutText()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx555 if( !rArgs.GetNextPos( &nCharPos, &bRightToLeft ) ) in LayoutText()

Completed in 382 milliseconds