Home
last modified time | relevance | path

Searched refs:Insert (Results 251 – 275 of 1300) sorted by relevance

1...<<11121314151617181920>>...52

/aoo41x/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx211 Insert( rStr.Copy( nStt, nPos - nStt )); in InsertByWord()
216 Insert( rStr.Copy( nStt, nPos - nStt )); in InsertByWord()
221 void SwWrtShell::Insert( const String &rStr ) in Insert() function in SwWrtShell
285 void SwWrtShell::Insert( const String &rPath, const String &rFilter, in Insert() function in SwWrtShell
341 SwFEShell::Insert(rPath, rFilter, &rGrf, &pFrmMgr->GetAttrSet()); in Insert()
968 SwWrtShell::Insert( String( cIns ) ); in InsertLineBreak()
/aoo41x/main/sc/source/core/data/
H A Ddpsave.cxx785 aDimList.Insert( pNew, LIST_APPEND ); in ScDPSaveData()
873 aDimList.Insert( pNew, LIST_APPEND ); in GetDimensionByName()
900 aDimList.Insert( pNew, LIST_APPEND ); in GetNewDimensionByName()
912 aDimList.Insert( pNew, LIST_APPEND ); in GetDataLayoutDimension()
937 aDimList.Insert( pNew, LIST_APPEND ); in DuplicateDimension()
961 aDimList.Insert( pNew, LIST_APPEND ); in DuplicateDimension()
1026 aDimList.Insert( pDim, nInsPos ); in SetPosition()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.cxx450 pL->aPositions.Insert (aPositions.GetData(), aPositions.Count(), 0); in Clone()
1474 Insert( pNode, 0 ); in Clear()
1504 Insert( pNode, 0 ); in RemoveText()
1522 rPaM.GetNode()->Insert( c, rPaM.GetIndex() ); in InsertText()
1535 aPaM.GetNode()->Insert( rStr, aPaM.GetIndex() ); in InsertText()
1577 Insert( pNode, nPos+1 ); in InsertParaBreak()
1590 aPaM.GetNode()->Insert( CH_FEATURE, aPaM.GetIndex() ); in InsertFeature()
2016 aAttribs.Insert( pAttrib, x ); in InsertAttrib()
2022 aAttribs.Insert( pAttrib, nCount ); in InsertAttrib()
H A Dedtspell.cxx277 Insert( aNewWrong, n ); in TextInserted()
464 Insert( WrongRange( nStart, nEnd ), nPos ); in InsertWrong()
481 pNew->Insert( rWrong, pNew->Count() ); in Clone()
567 sal_Bool EdtAutoCorrDoc::Insert( sal_uInt16 nPos, const String& rTxt ) in Insert() function in EdtAutoCorrDoc
/aoo41x/main/basic/source/basmgr/
H A Dbasmgr.cxx419 aErrorList.Insert( new BasicError( rError ), LIST_APPEND ); in InsertError()
717 pStdLib->Insert( pBasic ); in BasicManager()
1012 pLibs->Insert( pInfo, LIST_APPEND ); in LoadBasicManager()
1155 pLibs->Insert( pInf, LIST_APPEND ); in CreateLibInfo()
1294 pNew->GetParent()->Insert( pNew ); in ImplLoadBasic()
1614 GetStdLib()->Insert( pLib ); in LoadLib()
1637 GetStdLib()->Insert( pNew ); in CreateLib()
1695 GetStdLib()->Insert( pNew ); in CreateLibForLibContainer()
1814 pStandardLib->Insert( xUnoObj ); in SetGlobalUNOConstant()
2348 mpLib->Insert( xDialog ); in insertByName()
/aoo41x/main/sw/source/ui/shells/
H A Dbasesh.cxx770 rSh.Insert( aGrfName, aFltName, aGrf ); in Execute()
2810 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_PAGE ), pLst->Count() ); in GetGalleryState()
2818 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_PARAGRAPH ), pLst->Count() ); in GetGalleryState()
2824 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE ), pLst->Count() ); in GetGalleryState()
2829 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE_ROW ), pLst->Count() ); in GetGalleryState()
2833 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_TABLE_CELL), pLst->Count() ); in GetGalleryState()
2840 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_FRAME ), pLst->Count() ); in GetGalleryState()
2845 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_GRAPHIC ), pLst->Count() ); in GetGalleryState()
2850 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_OLE ), pLst->Count() ); in GetGalleryState()
2856 pLst->Insert( (void*) new SW_RESSTR( STR_SWBG_HEADER ), pLst->Count() ); in GetGalleryState()
[all …]
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx956 aCntnt.Insert( p, aCntnt.Count() ); in Append()
957 aShapeIds.Insert( nShapeId, aShapeIds.Count() ); in Append()
959 aSpareFmts.Insert( (void*)NULL, aSpareFmts.Count() ); in Append()
965 aCntnt.Insert( (void*)NULL, aCntnt.Count() ); in Append()
966 aShapeIds.Insert( nShapeId, aShapeIds.Count() ); in Append()
967 aSpareFmts.Insert( (void*)pFmt, aSpareFmts.Count() ); in Append()
1140 aChrSetArr.Insert( eChrSet, nPos ); in SetCharSet()
1141 aChrTxtAtrArr.Insert( p, nPos ); in SetCharSet()
1415 pO->Insert( bNul, pO->Count() ); in WriteOutliner()
3084 aSort.Insert(nOrdNum, nPos); in MakeZOrderArrAndFollowIds()
[all …]
/aoo41x/main/sw/source/core/layout/
H A Dsortedobjs.cxx49 bool SwSortedObjs::Insert( SwAnchoredObject& _rAnchoredObj ) in Insert() function in SwSortedObjs
51 return mpImpl->Insert( _rAnchoredObj ); in Insert()
/aoo41x/main/sc/source/ui/inc/
H A Drfindlst.hxx55 void Insert( ScRangeFindData* pNew ) { aEntries.Insert(pNew, LIST_APPEND); } in Insert() function in ScRangeFindList
/aoo41x/main/sfx2/source/appl/
H A Dlinksrc.cxx124 aArr.Insert( &rArr, 0 ); in SvLinkSource_EntryIter_Impl()
356 pImpl->aArr.Insert( pNew, pImpl->aArr.Count() ); in AddDataAdvise()
375 pImpl->aArr.Insert( pNew, pImpl->aArr.Count() ); in AddConnectAdvise()
/aoo41x/main/sc/source/ui/navipi/
H A Dnavipi.src335 Text [ en-US ] = "Insert as Hyperlink" ;
341 Text [ en-US ] = "Insert as Link" ;
347 Text [ en-US ] = "Insert as Copy" ;
/aoo41x/main/editeng/source/uno/
H A Dunoedhlp.cxx152 aCharAttribs.Insert( aEEAttr, nAttr ); in GetAttributeRun()
155 aCharAttribs.Insert( aTempCharAttribs[nAttr], aCharAttribs.Count() ); in GetAttributeRun()
162 aCharAttribs.Insert( aEEAttr, aCharAttribs.Count() ); in GetAttributeRun()
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx2247 aOleObjectList.Insert( in SeekOle()
3572 aBuGraList.Insert( pBuGra, (sal_uInt32)n ); in PPTExtParaProv()
4543 aMsg.Insert( "]:", 0 ); in PPTStyleSheet()
5127 aList.Insert( pEntry, LIST_APPEND ); in Read()
5300 aParaPropList.Insert( pPara, LIST_APPEND ); in ReadParaProps()
5522 aCharPropList.Insert( in Init()
6598 aTabItem.Insert( SvxTabStop( (sal_uInt16)0 ) ); in ApplyTo()
7212 aCharPropList.Insert( pNewCPS, n + 1 ); in PPTTextObj()
7218 aCharPropList.Insert( pNewCPS, n + 1 ); in PPTTextObj()
7222 aCharPropList.Insert( pNewCPS, n + 1 ); in PPTTextObj()
[all …]
/aoo41x/main/tools/source/inet/
H A Dinetmsg.cxx100 m_aHeaderList.Insert (new HEADERFIELD(*p), LIST_APPEND); in ListCopy()
189 m_aHeaderList.Insert (p, LIST_APPEND); in operator >>()
210 aValueList.Insert (pValue, LIST_APPEND); in INetMessageHeaderIterator()
1074 aChildren.Insert (pChild, LIST_APPEND); in CopyImp()
1403 aChildren.Insert (&rChildMsg, LIST_APPEND); in AttachChild()
/aoo41x/main/scaddins/source/analysis/
H A Danalysishelper.hxx174 void Insert( void* pNewLement, sal_uInt32 nPlace );
322 using MyList::Insert;
323 void Insert( sal_Int32 nDay );
324 …void Insert( sal_Int32 nDay, sal_Int32 nNullDate, sal_Bool bInsertOnWeekend…
325 … void Insert( double fDay, sal_Int32 nNullDate, sal_Bool bInsertOnWeekend )
/aoo41x/main/cui/source/customize/
H A Dselector.cxx391 aArr.Insert( pInfo, aArr.Count() ); in fillScriptList()
539 aArr.Insert( pInfo, aArr.Count() ); in Init()
579 aArr.Insert( pInfo, aArr.Count() ); in Init()
808 pFunctionListBox->aArr.Insert( in GroupSelected()
871 pFunctionListBox->aArr.Insert( in GroupSelected()
/aoo41x/main/sw/source/core/inc/
H A DUndoSort.hxx87 void Insert( const String& rOrgPos, const String& rNewPos );
88 void Insert( sal_uLong nOrgPos, sal_uLong nNewPos );
/aoo41x/main/editeng/source/outliner/
H A Dparalist.hxx46 …void Insert( Paragraph* pPara, sal_uLong nAbsPos = LIST_APPEND ) { List::Insert( pPara, nAbsPos … in Insert() function in ParagraphList
/aoo41x/main/svtools/workben/
H A Dbrowser.cxx344 aRows.Insert( n, LIST_APPEND ); in Browser()
618 aBrowser.aRows.Insert( nNewRowNo++, nPos ); in IMPL_LINK_INLINE_END()
626 aBrowser.aRows.Insert( nNewRowNo++, nPos ); in IMPL_LINK_INLINE_END()
632 aBrowser.aRows.Insert( nNewRowNo++, nPos ); in IMPL_LINK_INLINE_END()
/aoo41x/main/sw/source/ui/inc/
H A Dwrtsh.hxx103 using SwEditShell::Insert;
300 void Insert( SwField& rFld );
302 void Insert(const String &);
305 void Insert( const String &rPath, const String &rFilter,
/aoo41x/main/sw/source/ui/index/
H A Didxmrk.src44 Text [ en-US ] = "Insert";\
440 Text [ en-US ] = "Insert Index Entry" ;
518 Text [ en-US ] = "Insert";\
617 Text [ en-US ] = "Insert Bibliography Entry";
/aoo41x/main/svtools/source/brwbox/
H A Ddatwin.cxx324 aInvalidRegion.Insert( new Rectangle( rRect ) ); in Paint()
333 aInvalidRegion.Insert( new Rectangle( rRect ) ); in Paint()
728 aInvalidRegion.Insert( new Rectangle( Point( 0, 0 ), GetOutputSizePixel() ) ); in Invalidate()
739 aInvalidRegion.Insert( new Rectangle( rRect ) ); in Invalidate()
/aoo41x/main/idl/source/objects/
H A Dobject.cxx732 rClassList.Insert(this, LIST_APPEND); in InsertSlots()
752 rSuperList.Insert( nId, nPos ); in InsertSlots()
753 pAttr->Insert(rList, rPrefix, rBase); in InsertSlots()
796 rList.Insert(this, LIST_APPEND); in FillClasses()
/aoo41x/main/rsc/inc/
H A Drsctree.hxx69 sal_Bool Insert( NameNode * pTN, sal_uInt32 * nDepth );
70 sal_Bool Insert( NameNode* pTN );
/aoo41x/main/xmloff/source/text/
H A Dtxtparai.cxx213 rHints.Insert(pHint, rHints.Count()); in XMLStartReferenceContext_Impl()
433 mrHints.Insert( mpHint, mrHints.Count() ); in XMLImpHyperlinkContext_Impl()
1135 rHints.Insert(pHint, rHints.Count()); in StartElement()
1156 rHints.Insert(pHint, rHints.Count()); in StartElement()
1606 rHints.Insert( pHint, rHints.Count() ); in XMLImpSpanContext_Impl()
1760 rHints.Insert( new XMLTextFrameHint_Impl( in CreateChildContext()
1777 rHints.Insert( pHint, rHints.Count() ); in CreateChildContext()
1850 rHints.Insert( new XMLDrawHint_Impl( pShapeContext, xAnchorPos ), in CreateChildContext()

Completed in 189 milliseconds

1...<<11121314151617181920>>...52