Searched refs:nSourcePos (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/rsc/source/res/ |
H A D | rsccont.cxx | 378 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 D | rsctop.cxx | 398 sal_uInt32 nSourcePos ) in MovePosEle() argument 402 MovePosEle( rInst, nDestPos, nSourcePos ); in MovePosEle()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeimport.cxx | 1097 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()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 711 sal_uLong nSourcePos = 0; in InsTextOrRTFinOlMode() local 720 if (nSourcePos < nParaCount - 1 || in InsTextOrRTFinOlMode() 741 nSourcePos++; in InsTextOrRTFinOlMode()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 1738 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()
|
/aoo41x/main/framework/source/uielement/ |
H A D | controlmenucontroller.cxx | 310 sal_Int16 nSourcePos = m_pResPopupMenu->GetItemPos(nMenuId); in statusChanged() local 311 sal_Int16 nPrevInSource = nSourcePos; in statusChanged()
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 116 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()
|
/aoo41x/main/rsc/inc/ |
H A D | rsccont.hxx | 83 sal_uInt32 nSourcePos );
|
H A D | rscinst.hxx | 68 ERRTYPE MovePosEle( sal_uInt32 nDestPos, sal_uInt32 nSourcePos );
|
H A D | rsctop.hxx | 146 sal_uInt32 nSourcePos );
|
/aoo41x/main/sc/source/core/data/ |
H A D | dpobject.cxx | 2464 for (sal_uInt16 nSourcePos=0; nSourcePos<nCount; nSourcePos++) in WriteRefsTo() local 2466 const ScDPObject* pSourceObj = static_cast<const ScDPObject*>(At(nSourcePos)); in WriteRefsTo()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | content.cxx | 2518 sal_uInt16 nSourcePos = (( SwOutlineContent* )pEntry->GetUserData())->GetPos(); in NotifyMoving() local 2536 GetParentWindow()->MoveOutline( nSourcePos, in NotifyMoving() 2558 sal_uInt16 nSourcePos = (( SwOutlineContent* )pEntry->GetUserData())->GetPos(); in NotifyCopying() local 2578 GetParentWindow()->MoveOutline( nSourcePos, nTargetPos, sal_False); in NotifyCopying()
|
/aoo41x/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 2921 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.
|
/aoo41x/main/svx/source/form/ |
H A D | fmshimp.cxx | 4225 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 148 milliseconds