Home
last modified time | relevance | path

Searched refs:nSourcePos (Results 1 – 14 of 14) sorted by relevance

/trunk/main/rsc/source/res/
H A Drsccont.cxx378 sal_uInt32 nSourcePos ) in MovePosEle() argument
385 if( (nDestPos < pClassData->nEntries) && (nSourcePos < pClassData->nEntries) ){ in MovePosEle()
391 aEntry = pClassData->pEntries[ nSourcePos ]; in MovePosEle()
393 if( nDestPos < nSourcePos ) in MovePosEle()
396 for( i = nSourcePos; i != nDestPos; i += nInc ) in MovePosEle()
H A Drsctop.cxx398 sal_uInt32 nSourcePos ) in MovePosEle() argument
402 MovePosEle( rInst, nDestPos, nSourcePos ); in MovePosEle()
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx1097 void moveShape( sal_Int32 nSourcePos, sal_Int32 nDestPos );
1106 void ShapeSortContext::moveShape( sal_Int32 nSourcePos, sal_Int32 nDestPos ) in moveShape() argument
1108 uno::Any aAny( mxShapes->getByIndex( nSourcePos ) ); in moveShape()
1122 if( (*aIter).nIs < nSourcePos ) in moveShape()
1135 if( (*aIter).nIs < nSourcePos ) in moveShape()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx1738 sal_uInt16 nSourcePos=nFirstPageNum; in Merge() local
1744 const SdrPage* pPg1=rSourceModel.GetPage(nSourcePos); in Merge()
1747 pPg=rSourceModel.RemovePage(nSourcePos); in Merge()
1790 if (bReverse) nSourcePos--; in Merge()
1791 else if (bTreadSourceAsConst) nSourcePos++; in Merge()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx711 sal_uLong nSourcePos = 0; in InsTextOrRTFinOlMode() local
720 if (nSourcePos < nParaCount - 1 || in InsTextOrRTFinOlMode()
741 nSourcePos++; in InsTextOrRTFinOlMode()
/trunk/main/framework/source/uielement/
H A Dcontrolmenucontroller.cxx310 sal_Int16 nSourcePos = m_pResPopupMenu->GetItemPos(nMenuId); in statusChanged() local
311 sal_Int16 nPrevInSource = nSourcePos; in statusChanged()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx116 sal_uInt16 nSourcePos; // position in NumberFormat (to skip later) member
121 nSourcePos(nSP), nFormatPos(nFP), aText(rT) {} in SvXMLEmbeddedTextEntry()
882 if ( rEmbeddedEntries[i]->nSourcePos == nPos ) in lcl_IsInEmbedded()
/trunk/main/rsc/inc/
H A Drsccont.hxx83 sal_uInt32 nSourcePos );
H A Drscinst.hxx68 ERRTYPE MovePosEle( sal_uInt32 nDestPos, sal_uInt32 nSourcePos );
H A Drsctop.hxx146 sal_uInt32 nSourcePos );
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx2464 for (sal_uInt16 nSourcePos=0; nSourcePos<nCount; nSourcePos++) in WriteRefsTo() local
2466 const ScDPObject* pSourceObj = static_cast<const ScDPObject*>(At(nSourcePos)); in WriteRefsTo()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2512 sal_uInt16 nSourcePos = (( SwOutlineContent* )pEntry->GetUserData())->GetPos(); in NotifyMoving() local
2530 GetParentWindow()->MoveOutline( nSourcePos, in NotifyMoving()
2552 sal_uInt16 nSourcePos = (( SwOutlineContent* )pEntry->GetUserData())->GetPos(); in NotifyCopying() local
2572 GetParentWindow()->MoveOutline( nSourcePos, nTargetPos, sal_False); in NotifyCopying()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc2921 USHORT nSourcePos );
3287 USHORT nSourcePos );
3291 In einem Feld wird die Resourceinstanz an der Position nSourcePos an die Stelle nDestPos
3297 nSourcePos Von dieser Position wird die Instanz genommen.
3301 Es wird ein Fehler zur�ckgegeben, wenn nSourcePos oder nDestPos ung�ltige Positionen sind.
/trunk/main/svx/source/form/
H A Dfmshimp.cxx4225 sal_uInt16 nSourcePos = pSource->GetItemPos(nSID); in StateChanged() local
4226 …DBG_ASSERT(nSourcePos != MENU_ITEM_NOTFOUND, "ControlConversionMenuController::StateChanged : FmXF… in StateChanged()
4227 sal_uInt16 nPrevInSource = nSourcePos; in StateChanged()

Completed in 103 milliseconds