Home
last modified time | relevance | path

Searched refs:nInsertPos (Results 1 – 25 of 32) sorted by path

12

/trunk/main/cui/source/customize/
H A Dcfg.cxx4713 sal_uInt16 nInsertPos; in IMPL_LINK() local
4719 nInsertPos = pNameDialog->aSaveInListBox.InsertEntry( in IMPL_LINK()
4722 pNameDialog->aSaveInListBox.SetEntryData( nInsertPos, pData ); in IMPL_LINK()
4733 nInsertPos = pNameDialog->aSaveInListBox.GetSelectEntryPos(); in IMPL_LINK()
4736 pNameDialog->aSaveInListBox.GetEntryData( nInsertPos ); in IMPL_LINK()
4740 aSaveInListBox.SelectEntryPos( nInsertPos, sal_True ); in IMPL_LINK()
4752 nInsertPos = aTopLevelListBox.InsertEntry( pToolbar->GetName() ); in IMPL_LINK()
4753 aTopLevelListBox.SetEntryData( nInsertPos, pToolbar ); in IMPL_LINK()
4754 aTopLevelListBox.SelectEntryPos( nInsertPos, sal_True ); in IMPL_LINK()
/trunk/main/drawinglayer/source/primitive2d/
H A Dbaseprimitive2d.cxx256 sal_Int32 nInsertPos(nDestCount); in appendPrimitive2DSequenceToPrimitive2DSequence() local
264 rDest[nInsertPos++] = rSource[a]; in appendPrimitive2DSequenceToPrimitive2DSequence()
268 if(nInsertPos != nTargetCount) in appendPrimitive2DSequenceToPrimitive2DSequence()
270 rDest.realloc(nInsertPos); in appendPrimitive2DSequenceToPrimitive2DSequence()
/trunk/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx235 sal_Int32 nInsertPos(nDestCount); in appendPrimitive3DSequenceToPrimitive3DSequence() local
243 rDest[nInsertPos++] = rSource[a]; in appendPrimitive3DSequenceToPrimitive3DSequence()
247 if(nInsertPos != nTargetCount) in appendPrimitive3DSequenceToPrimitive3DSequence()
249 rDest.realloc(nInsertPos); in appendPrimitive3DSequenceToPrimitive3DSequence()
/trunk/main/extensions/source/dbpilots/
H A Dgridwizard.cxx422 sal_uInt16 nInsertPos = LISTBOX_APPEND; in IMPL_LINK() local
425 nInsertPos = 0; in IMPL_LINK()
426 while (nInsertPos < rMoveTo.GetEntryCount()) in IMPL_LINK()
428 if (reinterpret_cast<sal_IntPtr>(rMoveTo.GetEntryData(nInsertPos)) > nRelativeIndex) in IMPL_LINK()
430 ++nInsertPos; in IMPL_LINK()
438 nInsertPos = rMoveTo.InsertEntry(sMovingEntry, nInsertPos); in IMPL_LINK()
440 rMoveTo.SetEntryData(nInsertPos, reinterpret_cast<void*>(nRelativeIndex)); in IMPL_LINK()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx746 sal_uInt16 nInsertPos = _nPos; in InsertEntry() local
747 if ( nInsertPos > m_aOrderedLines.size() ) in InsertEntry()
748 nInsertPos = EDITOR_LIST_APPEND; in InsertEntry()
749 if ( EDITOR_LIST_APPEND == nInsertPos ) in InsertEntry()
751 nInsertPos = (sal_uInt16)m_aOrderedLines.size(); in InsertEntry()
755 m_aOrderedLines.insert( m_aOrderedLines.begin() + nInsertPos, insertPoint.first ); in InsertEntry()
765 ChangeEntry(_rPropertyData, nInsertPos); in InsertEntry()
768 sal_uInt16 nUpdatePos = nInsertPos; in InsertEntry()
773 return nInsertPos; in InsertEntry()
/trunk/main/forms/source/component/
H A DGroupManager.cxx118 OGroupComp::OGroupComp(const Reference<XPropertySet>& rxSet, sal_Int32 nInsertPos ) in OGroupComp() argument
121 ,m_nPos( nInsertPos ) in OGroupComp()
H A DGroupManager.hxx110 …n::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& rxElement, sal_Int32 nInsertPos );
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx284 sal_uInt16 nInsertPos = nMergeAtPos; in MergeAddonPopupMenus() local
318 pMergeMenuBar->InsertItem( nId, aTitle, 0, nInsertPos++ ); in MergeAddonPopupMenus()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx809 sal_uInt16 nInsertPos( MENU_APPEND ); in CheckAndAddMenuExtension() local
826 nInsertPos = nAfterPos; in CheckAndAddMenuExtension()
828 nInsertPos = nBeforePos; in CheckAndAddMenuExtension()
830 pMenu->InsertItem( nNewItemId, aMenuItem.aLabel, 0, nInsertPos ); in CheckAndAddMenuExtension()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx458 void InsertZeros( sal_uInt16 nInsertPos, sal_uInt16 nInsertSize );
2455 void XclExpFmlaCompImpl::InsertZeros( sal_uInt16 nInsertPos, sal_uInt16 nInsertSize ) in InsertZeros() argument
2458 …DBG_ASSERT( nInsertPos < mxData->maTokVec.size(), "XclExpFmlaCompImpl::Insert - invalid position" … in InsertZeros()
2459 mxData->maTokVec.insert( mxData->maTokVec.begin() + nInsertPos, nInsertSize, 0 ); in InsertZeros()
2463 if( nInsertPos <= *aIt ) in InsertZeros()
2467 if( nInsertPos < mxData->maOpListVec.size() ) in InsertZeros()
2468 …mxData->maOpListVec.insert( mxData->maOpListVec.begin() + nInsertPos, nInsertSize, XclExpOperandLi… in InsertZeros()
2472 if( nInsertPos <= aIt2->mnTokPos ) in InsertZeros()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx430 sal_uInt16 nInsertPos, in InsertBookmarkAsPage() argument
596 if (nInsertPos >= GetPageCount()) in InsertBookmarkAsPage()
599 nInsertPos = GetPageCount(); in InsertBookmarkAsPage()
673 if (nInsertPos >= GetPageCount()) in InsertBookmarkAsPage()
677 nInsertPos = GetPageCount(); in InsertBookmarkAsPage()
849 if ( nInsertPos > 2 && in InsertBookmarkAsPage()
867 if (nInsertPos > 0) in InsertBookmarkAsPage()
1868 nInsertPos = 0xFFFF; in SetMasterPage()
1869 InsertMasterPage(pMaster, nInsertPos); in SetMasterPage()
1873 nInsertPos++; in SetMasterPage()
[all …]
H A Dpglink.cxx105 sal_uInt16 nInsertPos = pPage->GetPageNum(); in DataChanged() local
119 nInsertPos, bNoDialogs, NULL, bCopy, sal_True, sal_True); in DataChanged()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2670 …erence< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIndex( sal_Int32 nInsertPos ) in insertNewByIndex() argument
2685 nInsertPos = nInsertPos * 2 + 1; in insertNewByIndex()
2686 if( nInsertPos < 0 || nInsertPos > nMPageCount ) in insertNewByIndex()
2687 nInsertPos = nMPageCount; in insertNewByIndex()
2737 mpDoc->InsertMasterPage(pMPage, (sal_uInt16)nInsertPos); in insertNewByIndex()
2755 mpDoc->InsertMasterPage(pMNotesPage, (sal_uInt16)nInsertPos + 1); in insertNewByIndex()
/trunk/main/sd/source/ui/view/
H A DViewClipboard.cxx199 sal_uInt16 nInsertPos = pDoc->GetSdPageCount( PK_STANDARD ) * 2 + 1; in DetermineInsertPosition() local
205 nInsertPos = nPage * 2 + 3; in DetermineInsertPosition()
208 return nInsertPos; in DetermineInsertPosition()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx665 sal_uInt16 nInsertPos = 0; in InsertWindow() local
675 nInsertPos = nCount; in InsertWindow()
691 nInsertPos = n; in InsertWindow()
697 pDockArr->Insert(pDock, nInsertPos); in InsertWindow()
/trunk/main/svx/inc/svx/
H A Dgaltheme.hxx206 …SVX_DLLPUBLIC sal_Bool InsertGraphic( const Graphic& rGraphic, sal_uIntPtr nInsertPos = LIST_…
209 …SVX_DLLPUBLIC sal_Bool InsertModel( const FmFormModel& rModel, sal_uIntPtr nInsertPos = LIST_…
212 …sal_Bool InsertModelStream( const SotStorageStreamRef& rModelStream, sal_uIntPtr nInsertPos =…
215 …SVX_DLLPUBLIC sal_Bool InsertURL( const INetURLObject& rURL, sal_uIntPtr nInsertPos = LIST_AP…
216 … InsertFileOrDirURL( const INetURLObject& rFileOrDirURL, sal_uIntPtr nInsertPos = LIST_APPEND );
218 …ference< ::com::sun::star::datatransfer::XTransferable >& rxTransferable, sal_uIntPtr nInsertPos );
H A Dxmlgrhlp.hxx91 … ImplInsertGraphicURL( const ::rtl::OUString& rURLStr, sal_uInt32 nInsertPos, rtl::OUString& …
/trunk/main/svx/source/form/
H A Dfiltnav.cxx540 const sal_Int32 nInsertPos = _Event.DisjunctiveTerm; in disjunctiveTermAdded() local
541 …bool bValidIndex = ( nInsertPos >= 0 ) && ( (size_t)nInsertPos <= pFormItem->GetChildren().size() … in disjunctiveTermAdded()
548 …::std::vector< FmFilterData* >::iterator insertPos = pFormItem->GetChildren().begin() + nInsertPos; in disjunctiveTermAdded()
787 sal_Int32 nInsertPos = iter.base() - _rFormItem.GetChildren().begin(); in AppendFilterItems() local
792 if ( nInsertPos >= xFilterController->getDisjunctiveTerms() ) in AppendFilterItems()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx665 const sal_uIntPtr nInsertPos = ( nItemId ? ( nItemId - 1 ) : LIST_APPEND ); in ExecuteDrop() local
668 mpCurTheme->ChangeObjectPos( mpCurTheme->GetDragPos(), nInsertPos ); in ExecuteDrop()
670 nRet = mpCurTheme->InsertTransferable( rEvt.maDropEvent.Transferable, nInsertPos ); in ExecuteDrop()
H A Dgaltheme.cxx452 ImplWriteSgaObject( rObj, nInsertPos, &aNewEntry ); in InsertObject()
456 ImplWriteSgaObject( rObj, nInsertPos, NULL ); in InsertObject()
998 InsertObject( aObjBmp, nInsertPos ); in InsertGraphic()
1070 bRet = InsertObject( aObjSvDraw, nInsertPos ); in InsertModel()
1159 bRet = InsertObject( aObjSvDraw, nInsertPos ); in InsertModelStream()
1208 if( pNewObj && InsertObject( *pNewObj, nInsertPos ) ) in InsertURL()
1262 bRet = bRet || InsertURL( *aIter++, nInsertPos ); in InsertFileOrDirURL()
1283 bRet = InsertModelStream( xModelStm, nInsertPos ); in InsertTransferable()
1316 bRet = InsertFileOrDirURL( aURL, nInsertPos ); in InsertTransferable()
1358 bRet = InsertModel( *aModel.GetModel(), nInsertPos ); in InsertTransferable()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx852 sal_Int32 nInsertPos( pUngroupGroup->GetOrdNum() ); in UnGroupObj() local
860 InsertObject(pObj, nInsertPos, &aReason); in UnGroupObj()
861 ++nInsertPos; in UnGroupObj()
864 RemoveObject(nInsertPos); in UnGroupObj()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx667 …lper::ImplInsertGraphicURL( const ::rtl::OUString& rURLStr, sal_uInt32 nInsertPos, rtl::OUString& … in ImplInsertGraphicURL() argument
678 maGrfURLs[ nInsertPos ].second = (*aIter).second; in ImplInsertGraphicURL()
687 URLPair& rURLPair = maGrfURLs[ nInsertPos ]; in ImplInsertGraphicURL()
/trunk/main/sw/source/core/inc/
H A DSwGrammarMarkUp.hxx56 void JoinGrammarList( SwGrammarMarkUp* pNext, xub_StrLen nInsertPos );
H A Dtxtfrm.hxx224 xub_StrLen nInsertPos, xub_StrLen nActPos,
H A Dwrong.hxx243 void JoinList( SwWrongList* pNext, xub_StrLen nInsertPos );

Completed in 221 milliseconds

12