Home
last modified time | relevance | path

Searched refs:nInsPos (Results 1 – 25 of 39) sorted by path

12

/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx134 void ContinueHyph_Impl( sal_uInt16 nInsPos = 0 );
374 void SvxHyphenWordDialog_Impl::ContinueHyph_Impl( sal_uInt16 nInsPos ) in ContinueHyph_Impl() argument
376 if ( nInsPos != CONTINUE_HYPH && xPossHyph.is()) in ContinueHyph_Impl()
378 if (nInsPos) in ContinueHyph_Impl()
381 DBG_ASSERT(nInsPos <= aTmp.Len() - 2, "wrong hyphen position"); in ContinueHyph_Impl()
384 for (sal_uInt16 i = 0; i <= nInsPos; ++i) in ContinueHyph_Impl()
399 nInsPos = aSeq.getConstArray()[ nIdxPos ]; in ContinueHyph_Impl()
400 pHyphWrapper->InsertHyphen( nInsPos ); in ContinueHyph_Impl()
406 pHyphWrapper->InsertHyphen( nInsPos ); in ContinueHyph_Impl()
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx279 String GetQuote( SvxAutoCorrDoc& rDoc, xub_StrLen nInsPos,
281 void InsertQuote( SvxAutoCorrDoc& rDoc, xub_StrLen nInsPos,
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx1152 rDoc.Insert( nInsPos, sChg ); in InsertQuote()
1154 rDoc.Replace( nInsPos, sChg ); in InsertQuote()
1177 if( rDoc.Insert( bSttQuote ? nInsPos+1 : nInsPos, s )) in InsertQuote()
1180 ++nInsPos; in InsertQuote()
1187 rDoc.Replace( nInsPos, sChg ); in InsertQuote()
1233 if( nInsPos && ' ' == cChar && in AutoCorrect()
1262 rDoc.Insert( nInsPos, cChar ); in AutoCorrect()
1264 rDoc.Replace( nInsPos, cChar ); in AutoCorrect()
1277 if ( nInsPos != 0 && NeedsHardspaceAutocorr( rTxt.GetChar( nInsPos - 1 ) ) && in AutoCorrect()
1301 if( !nInsPos ) in AutoCorrect()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx489 sal_uInt32 nInsPos = nPara+1; in SetText() local
527 pParaList->Insert( pPara, nInsPos ); in SetText()
528 pEditEngine->InsertParagraph( nInsPos, aStr ); in SetText()
534 nInsPos--; in SetText()
535 pEditEngine->SetText( nInsPos, aStr ); in SetText()
537 ImplInitDepth( nInsPos, nCurDepth, sal_False ); in SetText()
538 nInsPos++; in SetText()
/trunk/main/framework/inc/framework/
H A Daddonmenu.hxx122 sal_uInt16 nInsPos,
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx225 sal_uInt16 nInsPos = nSupPos; in MergeAddonHelpMenu() local
235 nInsPos = nSupPos; in MergeAddonHelpMenu()
244 nInsPos = nSupPos; in MergeAddonHelpMenu()
251 nInsPos = bAddAfter ? AddonMenuManager::GetNextPos( nInsPos ) : nInsPos; in MergeAddonHelpMenu()
252 if ( nInsPos < nItemCount && pHelpMenu->GetItemType( nInsPos ) != MENUITEM_SEPARATOR ) in MergeAddonHelpMenu()
253 nInsSepAfterPos = nInsPos; in MergeAddonHelpMenu()
334 sal_uInt16 nInsPos, in BuildMenu() argument
385 pCurrentMenu->InsertSeparator( nInsPos ); in BuildMenu()
386 nInsPos = AddonMenuManager::GetNextPos( nInsPos ); in BuildMenu()
390 pCurrentMenu->InsertItem( nId, aTitle, 0, nInsPos ); in BuildMenu()
[all …]
/trunk/main/framework/source/uielement/
H A Dmenubarmerger.cxx359 sal_uInt16 nInsPos( MENU_APPEND ); in ProcessFallbackOperation() local
365 nInsPos = aRefPathInfo.nPos; in ProcessFallbackOperation()
366 sal_uInt16 nSetItemId = pCurrMenu->GetItemId( nInsPos ); in ProcessFallbackOperation()
H A Dstatusbarmerger.cxx142 sal_uInt16 nInsPos = nPos + nModIndex + i; in lcl_MergeItems() local
143 if ( nInsPos > pStatusbar->GetItemCount() ) in lcl_MergeItems()
144 nInsPos = STATUSBAR_APPEND; in lcl_MergeItems()
146 lcl_CreateStatusbarItem( pStatusbar, nInsPos, rItemId, rItem ); in lcl_MergeItems()
H A Dtoolbarmerger.cxx480 sal_Int32 nInsPos = nPos+nModIndex+i; in MergeItems() local
481 if ( nInsPos > sal_Int32( pToolbar->GetItemCount() )) in MergeItems()
482 nInsPos = TOOLBOX_APPEND; in MergeItems()
485 pToolbar->InsertSeparator( sal_uInt16( nInsPos )); in MergeItems()
500 … ToolBarMerger::CreateToolbarItem( pToolbar, rCommandMap, sal_uInt16( nInsPos ), rItemId, rItem ); in MergeItems()
/trunk/main/sc/source/core/data/
H A Ddpsave.cxx1018 sal_uLong nInsPos = 0; in SetPosition() local
1019 while ( nNew > 0 && nInsPos < nCount ) in SetPosition()
1021 if ( ((ScDPSaveDimension*)aDimList.GetObject(nInsPos))->GetOrientation() == nOrient ) in SetPosition()
1023 ++nInsPos; in SetPosition()
1026 aDimList.Insert( pDim, nInsPos ); in SetPosition()
/trunk/main/svl/source/items/
H A Dstyle.cxx1151 sal_uInt16 nInsPos, nAdd = aSortConvNames.Count(); in Store() local
1152 while( !aSortConvNames.Insert( pConvName, nInsPos ) ) in Store()
1155 aOrigNames.Insert( pName, nInsPos ); in Store()
1162 sal_uInt16 nInsPos, nEnd = aOrigNames.Count(); in Store() local
1167 aSortOrigNames.Insert( p, nInsPos ); in Store()
1168 aConvNames.Insert( *ppB, nInsPos ); in Store()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx817 sal_uLong nInsPos = pModel->Insert( pEntry, pParent, nPos ); in IMPL_LINK_INLINE_END() local
818 return nInsPos; in IMPL_LINK_INLINE_END()
824 sal_uLong nInsPos = pModel->Insert( pEntry, nRootPos ); in Insert() local
825 return nInsPos; in Insert()
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx918 sal_uInt16 nInsPos=nPos; in InsertEntry() local
923 nInsPos=PLineArray.Count(); in InsertEntry()
924 PLineArray.Insert(pPropLine,nInsPos); in InsertEntry()
933 ChangeEntry(aPropData,nInsPos); in InsertEntry()
934 return nInsPos; in InsertEntry()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx839 nInsPos = 0; in DECLARE_LIST()
868 while(nInsPos < aEntryList.Count() && aEntryList.GetObject(nInsPos)->mnPos < pNew->mnPos) in DECLARE_LIST()
869 nInsPos++; in DECLARE_LIST()
930 nInsPos = 0; in DECLARE_LIST()
959 while(nInsPos < aEntryList.Count() && aEntryList.GetObject(nInsPos)->mnPos < pNew->mnPos) in DECLARE_LIST()
960 nInsPos++; in DECLARE_LIST()
1035 sal_uInt32 nInsPos=0xFFFFFFFF; in MergeMarkedObjects() local
1062 nInsPos = pObj->GetOrdNum() + 1; in MergeMarkedObjects()
1252 sal_uInt32 nInsPos(0xFFFFFFFF); in CombineMarkedObjects() local
1789 nInsPos++; in GroupMarked()
[all …]
H A Dsvdfmtf.cxx227 sal_uInt32 nInsPos, in DoImport() argument
302 if(nInsPos > rOL.GetObjCount()) in DoImport()
304 nInsPos = rOL.GetObjCount(); in DoImport()
312 rOL.NbcInsertObject(pObj, nInsPos, &aReason); in DoImport()
313 nInsPos++; in DoImport()
H A Dsvdfmtf.hxx171 sal_uInt32 nInsPos = CONTAINER_APPEND,
H A Dsvdglue.cxx300 sal_uInt16 nInsPos=nAnz; in Insert() local
317 nInsPos=nNum; // Hier einfuegen (einsortieren) in Insert()
324 aList.Insert(pGP,nInsPos); in Insert()
325 return nInsPos; in Insert()
/trunk/main/sw/inc/
H A Dndarr.hxx302 sal_uInt16 nInsPos, sal_uInt16 nCnt = 1 );
/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx309 sal_uInt16 nInsPos; in InsertWord() local
310 if( aWordLst.Insert( pNew, nInsPos ) ) in InsertWord()
333 pNew = aWordLst[ nInsPos ]; in InsertWord()
339 nInsPos = aLRULst.GetPos( (void*)pNew ); in InsertWord()
340 ASSERT( USHRT_MAX != nInsPos, "String nicht gefunden" ); in InsertWord()
341 if( nInsPos ) in InsertWord()
344 memmove( ppData+1, ppData, nInsPos * sizeof( void* ) ); in InsertWord()
H A Ddoc.cxx896 xub_StrLen nInsPos = rPos.nContent.GetIndex(); in InsertString() local
900 pUndo = new SwUndoInsert( rPos.nNode, nInsPos, 0, nInsertMode, in InsertString()
909 nInsPos++; in InsertString()
913 pUndo = new SwUndoInsert( rPos.nNode, nInsPos, 1, nInsertMode, in InsertString()
H A Ddoccomp.cxx95 sal_uLong nEnd, sal_uLong nInsPos );
878 sal_uLong nEnd, sal_uLong nInsPos );
1361 sal_uLong nInsPos ) in ShowDelete() argument
1369 if( GetLineCount() == nInsPos ) in ShowDelete()
1371 pLine = GetLine( nInsPos-1 ); in ShowDelete()
1375 pLine = GetLine( nInsPos ); in ShowDelete()
H A Ddocedt.cxx143 void SetPos( sal_uInt32 nInsPos ) in SetPos()
145 pRedl->GetPoint()->nNode = nInsPos + nStt; in SetPos()
149 pRedl->GetMark()->nNode = nInsPos + nEnd; in SetPos()
661 void lcl_RestoreRedlines( SwDoc* pDoc, sal_uInt32 nInsPos, _SaveRedlines& rArr ) in lcl_RestoreRedlines() argument
669 pSave->SetPos( nInsPos ); in lcl_RestoreRedlines()
H A Ddocredln.cxx2672 sal_uInt16 nInsPos; in InsertWithValidRanges() local
2739 _SwRedlineTbl::Insert( pNew, nInsPos ) ) in InsertWithValidRanges()
2744 if( pInsPos && *pInsPos < nInsPos ) in InsertWithValidRanges()
2745 *pInsPos = nInsPos; in InsertWithValidRanges()
H A Dgctable.cxx355 sal_uInt16 nInsPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, rpBox ); in lcl_MergeGCBox() local
359 pInsLine->GetTabBoxes().Insert( &pCpyLine->GetTabBoxes(), nInsPos+1 ); in lcl_MergeGCBox()
362 pInsLine->GetTabBoxes().DeleteAndDestroy( nInsPos ); in lcl_MergeGCBox()
394 sal_uInt16 nInsPos = rLns.GetPos( pTmp ); in lcl_MergeGCLine() local
395 ASSERT( USHRT_MAX != nInsPos, "Line nicht gefunden!" ); in lcl_MergeGCLine()
399 rLns.Remove( nInsPos, 1 ); // die Line dem aus Array loeschen in lcl_MergeGCLine()
400 rLns.Insert( &pBox->GetTabLines(), nInsPos ); in lcl_MergeGCLine()
421 rLns[ nInsPos++ ]->SetUpper( pUpper ); in lcl_MergeGCLine()
H A Dtblrwcl.cxx300 sal_uInt16 nCpyCnt, nInsPos; member
509 ++rCpyPara.nInsPos; in lcl_InsCol()
649 ++aCpyPara.nInsPos; in _InsertRow()
1516 sal_uInt16 nInsPos = USHRT_MAX; in lcl_Merge_MoveBox() local
1558 if( USHRT_MAX == nInsPos ) in lcl_Merge_MoveBox()
1559 nInsPos = pBoxes->Count(); in lcl_Merge_MoveBox()
1575 sal_uInt16 nInsPos = USHRT_MAX; in lcl_Merge_MoveLine() local
1741 if( USHRT_MAX == nInsPos ) in lcl_Merge_MoveLine()
1742 nInsPos = pLines->Count(); in lcl_Merge_MoveLine()
2105 ++pCpyPara->nInsPos; in lcl_CopyBoxToDoc()
[all …]

Completed in 164 milliseconds

12