Home
last modified time | relevance | path

Searched refs:Insert (Results 226 – 250 of 1300) sorted by relevance

12345678910>>...52

/aoo41x/main/basic/source/sbx/
H A Dsbxcoll.cxx170 Insert( (SbxObject*) pObj ); in CollAdd()
251 void SbxStdCollection::Insert( SbxVariable* p ) in Insert() function in SbxStdCollection
257 SbxCollection::Insert( p ); in Insert()
/aoo41x/main/sc/source/filter/excel/
H A Dnamebuff.cxx80 List::Insert( new StringHashEntry( rNewString ), LIST_APPEND ); in operator <<()
127 pExcRoot->pIR->GetNamedRanges().Insert( pData ); in Store()
181 List::Insert( new Cont( rFPAN, rTN, bSWB ), LIST_APPEND ); in Add()
/aoo41x/main/l10ntools/source/
H A Dexport.cxx149 aInputFileList.Insert( new ByteString( argv[ i ]), LIST_APPEND ); in GetOutputFile()
688 aResStack.Insert( pResData, LIST_APPEND ); in Execute()
730 aResStack.Insert( pResData, LIST_APPEND ); in Execute()
758 aResStack.Insert( pNewData, LIST_APPEND ); in Execute()
1211 sOrig.Insert('\\' , n++ ); in Execute()
1635 pList->Insert( pNew, LIST_APPEND ); in InsertListEntry()
1801 sText.Insert('\\' , n++ ); in WriteToMerged()
1809 sText.Insert('\\' , n++ ); in WriteToMerged()
1817 sText.Insert('\\' , n++ ); in WriteToMerged()
1825 sText.Insert('\\' , n++ ); in WriteToMerged()
/aoo41x/main/sw/source/ui/misc/
H A Dglosbib.cxx291 pInsertedArr->Insert(new String(sGroup), pInsertedArr->Count()); in IMPL_LINK()
365 pRemovedArr->Insert(new String(sGroupEntry), pRemovedArr->Count()); in IMPL_LINK()
405 pInsertedArr->Insert(new String(sNewName), pInsertedArr->Count()); in IMPL_LINK()
419 pRenamedArr->Insert(new String(sEntry), pRenamedArr->Count()); in IMPL_LINK()
H A Dredlndlg.cxx373 if (!aStrings.Insert(pAuthor)) in InitAuthors()
379 if (!aStrings.Insert(pAuthor)) in InitAuthors()
676 if (pParent->pData->GetSeqNo() && !aUsedSeqNo.Insert(pParent, nPos)) // Gibts schon in InsertChilds()
696 aRedlineChilds.Insert(pRedlineChild, aRedlineChilds.Count()); in InsertChilds()
802 aLBoxArr.Insert( pEntry, static_cast< sal_uInt16 >(++nIdx) ); in RemoveParents()
865 aRedlineParents.Insert(pRedlineParent, i); in InsertParents()
/aoo41x/main/tools/inc/tools/
H A Dpoly.hxx212 void Insert( sal_uInt16 nPos, const Point& rPt, PolyFlags eFlags = POLY_NORMAL );
213 void Insert( sal_uInt16 nPos, const Polygon& rPoly );
267 void Insert( const Polygon& rPoly, sal_uInt16 nPos = POLYPOLY_APPEND );
/aoo41x/main/svx/inc/svx/
H A Drulritem.hxx228 void Insert(const SvxColumnDescription &rDesc, sal_uInt16 nPos) { in Insert() function in SvxColumnItem
230 aColumns.Insert(pDesc, nPos); in Insert()
232 void Append(const SvxColumnDescription &rDesc) { Insert(rDesc, Count()); } in Append()
/aoo41x/main/sc/source/filter/dif/
H A Ddifexp.cxx250 aString.Insert( cStrDelim, nPos ); in ScExportDif()
267 aStrDec.Insert( aStrDelimDecoded, nPos ); in ScExportDif()
283 aStrEnc.Insert( aStrDelimEncoded, nPos ); in ScExportDif()
/aoo41x/main/sw/source/core/inc/
H A Dwrong.hxx204 …void Insert(sal_uInt16 nWhere, std::vector<SwWrongArea>::iterator startPos, std::vector<SwWrongAre…
257 inline void Insert( const rtl::OUString& rType, in Insert() function in SwWrongList
270 void Insert( const rtl::OUString& rType,
/aoo41x/main/unotools/source/i18n/
H A Dtextsearch.cxx311 rReplaceStr.Insert( rStr, nStart, nLength, nPos ); in ReplaceBackReferences()
349 rReplaceStr.Insert( sTmp, nPos ); in ReplaceBackReferences()
379 rReplaceStr.Insert( sTab, nPos ); // insert tabulator in ReplaceBackReferences()
/aoo41x/main/sw/source/core/crsr/
H A Dfindtxt.cxx146 rArr.Insert( nAkt, rArr.Count() ); in lcl_CleanStr()
153 aReplaced.Insert( nAkt, aReplaced.Count() ); in lcl_CleanStr()
168 rArr.Insert( nAkt, rArr.Count() ); in lcl_CleanStr()
182 rArr.Insert( nTmp, rArr.Count() ); in lcl_CleanStr()
/aoo41x/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx479 aNames.Insert(new String(pBase->GetName())); in PageCreated()
537 aList.Insert( pNew, (sal_uLong)0 ); in PageCreated()
546 aList.Insert( new String(pFirstStyle->GetName()), in PageCreated()
590 aList.Insert( new XubString(rCharFmtLB.GetEntry(j)), LIST_APPEND ); in PageCreated()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewsrch.cxx360 aText.Insert( String::CreateFromInt32( nFound ), nPos ); in ExecSearch()
419 aArr.Insert( aNormalAttr, in ExecSearch()
423 aArr.Insert( aCTLAttr, in ExecSearch()
428 aArr.Insert( aCJKAttr, in ExecSearch()
/aoo41x/main/sw/source/core/text/
H A Dwrong.cxx466 …pRet->Insert(0, maList.begin(), ( nLst >= maList.size() ? maList.end() : maList.begin() + nLst ) ); in SplitList()
498 Insert(nCnt, pNext->maList.begin(), pNext->maList.end()); in JoinList()
540 void SwWrongList::Insert(sal_uInt16 nWhere, std::vector<SwWrongArea>::iterator startPos, std::vecto… in Insert() function in SwWrongList
628 void SwWrongList::Insert( const rtl::OUString& rType, in Insert() function in SwWrongList
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx223 sal_Bool ODbaseIndex::Insert(sal_uInt32 nRec, const ORowSetValue& rValue) in Insert() function in ODbaseIndex
240 sal_Bool bResult = m_aCurLeaf->Insert(aNewNode); in Insert()
256 return Delete(nRec, rOldValue) && Insert(nRec,rNewValue); in Update()
648 if (!m_aCurLeaf->Insert(aNewNode, --nRowsLeft)) in CreateImpl()
/aoo41x/main/filter/source/msfilter/
H A Dmsvbahelper.cxx421 …aRes.msResolvedMacro = sProcedure.Insert( '.', 0 ).Insert( sModule, 0).Insert( '.', 0 ).Insert( sC… in resolveVBAMacro()
/aoo41x/main/sc/source/ui/inc/
H A Dhiranges.hxx51 void Insert( ScHighlightEntry* pNew ) { aEntries.Insert(pNew, LIST_APPEND); } in Insert() function in ScHighlightRanges
/aoo41x/main/basctl/source/basicide/
H A Dbastypes.cxx271 Insert(new BreakPoint(*rList.GetObject(i)), i); in BreakPointList()
289 Insert(rList.GetObject(i), i); in transfer()
301 Insert( pNewBrk ); in InsertSorted()
307 Insert( pNewBrk, LIST_APPEND ); in InsertSorted()
937 aName.Insert( '\'', 0 ); in QueryDel()
/aoo41x/main/sc/source/core/tool/
H A Drangenam.cxx493 rName.Insert('_',0); in MakeValidName()
517 rName.Insert('_',0); in MakeValidName()
808 Insert( aCopiedRange ); in CopyRangeinScope()
867 sal_Bool ScRangeName::Insert(ScDataObject* pScDataObject) in Insert() function in ScRangeName
874 return ScSortedCollection::Insert(pScDataObject); in Insert()
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/
H A DRanges.log17 Insert-Issue
18 TEST START : Insert-Issue
19 ITEM Assertion OK : Insert with xlShiftToRight: 10
20 END 'Insert-Issue' Symbol
21 TEST OK : Insert-Issue
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DRanges.log17 Insert-Issue
18 TEST START : Insert-Issue
19 ITEM Assertion OK : Insert with xlShiftToRight: 10
20 END 'Insert-Issue' Symbol
21 TEST OK : Insert-Issue
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/
H A DRanges.log17 Insert-Issue
18 TEST START : Insert-Issue
19 ITEM Assertion OK : Insert with xlShiftToRight: 10
20 END 'Insert-Issue' Symbol
21 TEST OK : Insert-Issue
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DRanges.log17 Insert-Issue
18 TEST START : Insert-Issue
19 ITEM Assertion OK : Insert with xlShiftToRight: 10
20 END 'Insert-Issue' Symbol
21 TEST OK : Insert-Issue
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DRanges.log17 Insert-Issue
18 TEST START : Insert-Issue
19 ITEM Assertion OK : Insert with xlShiftToRight: 10
20 END 'Insert-Issue' Symbol
21 TEST OK : Insert-Issue
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DRanges.log17 Insert-Issue
18 TEST START : Insert-Issue
19 ITEM Assertion OK : Insert with xlShiftToRight: 10
20 END 'Insert-Issue' Symbol
21 TEST OK : Insert-Issue

Completed in 115 milliseconds

12345678910>>...52