Home
last modified time | relevance | path

Searched refs:Insert (Results 26 – 50 of 1301) sorted by relevance

12345678910>>...53

/aoo41x/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx323 m_pDefaultCharProps->Insert( PROP_CHAR_HEIGHT, true, aVal ); in StyleSheetTable_Impl()
324 m_pDefaultCharProps->Insert( PROP_CHAR_HEIGHT_ASIAN, true, aVal ); in StyleSheetTable_Impl()
325 m_pDefaultCharProps->Insert( PROP_CHAR_HEIGHT_COMPLEX, true, aVal ); in StyleSheetTable_Impl()
615 m_pImpl->m_pCurrentEntry->pProperties->Insert( PROP_HORI_ORIENT, false, in lcl_sprm()
715 void Insert( beans::PropertyValue aVal );
719 void PropValVector::Insert( beans::PropertyValue aVal ) in Insert() function in writerfilter::dmapper::PropValVector
825 … pEntry->pProperties->Insert(PROP_CHAR_HEIGHT, true, aTwoHundredFortyTwip, false); in ApplyStyleSheets()
845 pEntry->pProperties->Insert(PROP_PARA_WIDOWS, true, aTwo, false); in ApplyStyleSheets()
846 pEntry->pProperties->Insert(PROP_PARA_ORPHANS, true, aTwo, false); in ApplyStyleSheets()
943 aSortedPropVals.Insert( aPropValues[nProp] ); in ApplyStyleSheets()
[all …]
/aoo41x/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx205 bResult = Insert(rIndex.m_nCurNode + 1, rNode); in Insert()
213 bResult = Insert(nPos, rNode); in Insert()
282 return aTempParent->Insert(aInnerNode); in Insert()
298 return Insert(nNodePos, rNode); in Insert()
339 return Insert(nCount, rNode); in Append()
476 rPage.Insert(j++,(*this)[i]); in Split()
491 rPage.Insert(j++,(*this)[i]); in Split()
546 Insert(0,(*xPage)[xPage->Count()-1]); in Merge()
599 xPage->Insert(0,(*this)[nCount-1]); in Merge()
631 Insert(0,(*xPage)[xPage->Count()-1]); in Merge()
[all …]
/aoo41x/main/svx/source/svdraw/
H A Dsvdattr.cxx392 rText.Insert(aStr, 0); in GetPresentation()
672 rText.Insert(aStr, 0); in GetPresentation()
733 rText.Insert(aStr, 0); in GetPresentation()
780 rText.Insert(aStr, 0); in GetPresentation()
820 rText.Insert(aStr, 0); in GetPresentation()
862 rText.Insert(aStr, 0); in GetPresentation()
959 rText.Insert(aStr, 0); in GetPresentation()
1060 rText.Insert(aStr, 0); in GetPresentation()
1087 rText.Insert(aStr, 0); in GetPresentation()
1119 rText.Insert(aStr, 0); in GetPresentation()
[all …]
/aoo41x/main/tools/inc/tools/
H A Dlist.hxx40 using Container::Insert;
91 void Insert( Type p, sal_uIntPtr nIndex ) \
92 { List::Insert( (void*)p, nIndex ); } \
93 void Insert( Type p ) \
94 { List::Insert( (void*)p ); } \
95 void Insert( Type pNew, Type pOld ) \
96 { List::Insert( (void*)pNew, (void*)pOld ); } \
H A Downlist.hxx51 Type & Insert( const Type &, sal_uIntPtr nPos ); \
52 Type & Insert( const Type & rType ) \
53 { return Insert( rType, aTypes.GetCurPos() ); } \
55 { return Insert( rType, LIST_APPEND ); } \
83 Type & ClassName::Insert( const Type & rType, sal_uIntPtr nPos ) \
86 aTypes.Insert( pType, nPos ); \
H A Dunqidx.hxx52 sal_uIntPtr Insert( sal_uIntPtr nIndex, void* p );
53 sal_uIntPtr Insert( void* p );
111 sal_uIntPtr Insert( sal_uIntPtr nIndex, Type p ) \
112 { return UniqueIndex::Insert( nIndex, (void*)p ); } \
113 sal_uIntPtr Insert( Type p ) \
114 { return UniqueIndex::Insert( (void*)p ); } \
/aoo41x/main/rsc/inc/
H A Drscclobj.hxx55 using NameNode::Insert;
66 sal_Bool Insert( ObjNode* pTN ){ in Insert() function in ObjNode
68 return( IdNode::Insert( (IdNode *)pTN ) ); in Insert()
84 using NameNode::Insert;
93 sal_Bool Insert( RefNode* pTN ){ in Insert() function in RefNode
95 return( IdNode::Insert( (IdNode *)pTN ) ); in Insert()
/aoo41x/main/soldep/bootstrp/
H A Dsstring.cxx114 Insert( pStr, (sal_uIntPtr)0 ); in PutString()
121 Insert( pStr, nPos+1 ); in PutString()
127 Insert( pStr ); in PutString()
169 Insert (pByteString, LIST_APPEND); in operator <<()
274 Insert( pStr, (sal_uIntPtr)0); in PutString()
281 Insert( pStr, nPos+1 ); in PutString()
287 Insert( pStr ); in PutString()
H A Dprj.cxx281 pCommandList->Insert(pCommand, LIST_APPEND); in AddCommand()
620 Insert( pInfo, (sal_uIntPtr)0 ); in PutString()
636 Insert( pInfo, nPos+1 ); in PutString()
661 Insert( pInfo); in PutString()
736 Insert (pDepInfo, LIST_APPEND); in operator <<()
978 pPrjList->Insert( pData ); in InsertDirectory()
1168 Insert (pData, LIST_APPEND); in operator <<()
1519 pStarFiles->Insert( pFile, LIST_APPEND ); in ReplaceFileEntry()
1882 Insert(pPrj,LIST_APPEND); in InsertTokenLine()
1896 pPrj->Insert ( pCmdData, LIST_APPEND ); in InsertTokenLine()
[all …]
/aoo41x/main/sw/source/filter/writer/
H A Dwriter.cxx110 pBkmkNodePos->Insert( nNd, pArr ); in InsertBkmk()
114 pArr->Insert( p, pArr->Count() ); in InsertBkmk()
123 pBkmkNodePos->Insert( nNd, pArr ); in InsertBkmk()
125 pArr->Insert( p, pArr->Count() ); in InsertBkmk()
404 m_pImpl->pSrcArr->Insert( pSrc ); in CopyLocalFileToINet()
405 m_pImpl->pDestArr->Insert( pDest ); in CopyLocalFileToINet()
514 m_pImpl->pFontRemoveLst->Insert( p, m_pImpl->pFontRemoveLst->Count() ); in _AddFontItem()
546 rArr.Insert( pArr, 0 ); in GetBookmarks()
559 rArr.Insert( p, rArr.Count() ); in GetBookmarks()
566 rArr.Insert( p, rArr.Count() ); in GetBookmarks()
/aoo41x/main/svtools/source/misc/
H A Dimap.cxx766 maList.Insert( new IMapRectangleObject( *(IMapRectangleObject*) pCopyObj ), LIST_APPEND ); in ImageMap()
770 maList.Insert( new IMapCircleObject( *(IMapCircleObject*) pCopyObj ), LIST_APPEND ); in ImageMap()
774 maList.Insert( new IMapPolygonObject( *(IMapPolygonObject*) pCopyObj ), LIST_APPEND ); in ImageMap()
841 maList.Insert( new IMapRectangleObject( *(IMapRectangleObject*) pCopyObj ), LIST_APPEND ); in operator =()
845 maList.Insert( new IMapCircleObject( *(IMapCircleObject*) pCopyObj ), LIST_APPEND ); in operator =()
849 maList.Insert( new IMapPolygonObject( *(IMapPolygonObject*) pCopyObj ), LIST_APPEND ); in operator =()
964 maList.Insert( new IMapCircleObject( (IMapCircleObject&) rIMapObject ), LIST_APPEND ); in InsertIMapObject()
968 maList.Insert( new IMapPolygonObject( (IMapPolygonObject&) rIMapObject ), LIST_APPEND ); in InsertIMapObject()
1110 maList.Insert( pObj, LIST_APPEND ); in ImpReadImageMap()
1118 maList.Insert( pObj, LIST_APPEND ); in ImpReadImageMap()
[all …]
/aoo41x/main/sd/source/ui/dlg/
H A Dtpaction.cxx273 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_NONE, LIST_APPEND); in Construct()
274 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_PREVPAGE, LIST_APPEND); in Construct()
275 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_NEXTPAGE, LIST_APPEND); in Construct()
276 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_FIRSTPAGE, LIST_APPEND); in Construct()
277 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_LASTPAGE, LIST_APPEND); in Construct()
278 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_BOOKMARK, LIST_APPEND); in Construct()
279 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_DOCUMENT, LIST_APPEND); in Construct()
280 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_SOUND, LIST_APPEND); in Construct()
282 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_VERB, LIST_APPEND ); in Construct()
283 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_PROGRAM, LIST_APPEND); in Construct()
[all …]
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtww8.cxx733 aPos.Insert( nCp, aPos.Count() ); in Append()
749 aPos.Insert( nLastCp, aPos.Count() ); in Finish()
895 aFkps.Insert( pF, aFkps.Count() ); in WW8_WrPlcPn()
950 aFkps.Insert( pF, aFkps.Count() ); in AppendFkpEntry()
1310 pPcts->Insert( pPc, pPcts->Count() ); in AppendPc()
1497 pGrf->Insert(rFrame); in OutGrfBullets()
1681 rO.Insert( nL, 2, rO.Count() ); in InsUInt16()
1687 rO.Insert( nL, 4, rO.Count() ); in InsUInt32()
1768 aArr.Insert( 24, aArr.Count() ); in WriteStringAsPara()
1769 aArr.Insert( 1, aArr.Count() ); in WriteStringAsPara()
[all …]
/aoo41x/main/sw/source/core/doc/
H A Ddocnew.cxx396 pFrmFmtTbl->Insert(pDfltFrmFmt, 0 ); in SwDoc()
397 pCharFmtTbl->Insert(pDfltCharFmt, 0 ); in SwDoc()
401 pTxtFmtCollTbl->Insert(pDfltTxtFmtColl, 0 ); in SwDoc()
403 pGrfFmtCollTbl->Insert(pDfltGrfFmtColl, 0 ); in SwDoc()
923 aPageDescs.Insert( pDummyPgDsc, nDummyPgDsc ); in ClearDoc()
1117 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
1119 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
1121 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
1123 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
1125 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
[all …]
H A Ddoctxm.cxx127 rArr.Insert( (StringPtr)pStr ); in SV_IMPL_PTRARR()
170 rArr.Insert( pTMark, rArr.Count() ); in GetCurTOXMark()
1001 aCollArr.Insert( p, nCnt ); in Update()
1002 aStrArr.Insert( pStr, nCnt ); in Update()
1018 aCollArr.Insert( p , nLvl ); in Update()
1124 aSortArr.Insert( pCst, i++ ); in InsertAlphaDelimitter()
2014 aNums.Insert( nPage, i ); in UpdatePageNum()
2150 pCharStyleIdx->Insert(aNumStr.Len(), in _UpdatePageNum()
2296 aSortArr.Insert(pNew, i ); in InsertSorted()
2320 aSortArr.Insert(pNew, i ); in InsertSorted()
[all …]
/aoo41x/main/rsc/source/tools/
H A Drscdef.cxx416 Insert( pDef, lPos ); in New()
427 Insert( pDef, lPos ); in New()
793 Insert( new RscDepend( lIncFile ) ); in InsertDependFile()
796 Insert( new RscDepend( lIncFile ), lPos ); in InsertDependFile()
880 void RscDefTree::Insert( RscDefine * pDef ){ in Insert() function in RscDefTree
882 pDefRoot->Insert( pDef ); in Insert()
1122 aDefTree.Insert( pDef ); in NewDef()
1152 aDefTree.Insert( pDef ); in NewDef()
1285 aDefTree.Insert( pDef ); in ChangeDefName()
1365 lKey = Insert( pFName ); in NewCodeFile()
[all …]
/aoo41x/main/starmath/source/
H A Dutility.cxx88 void SmPickList::Insert(const void *pItem) in Insert() function in SmPickList
197 void SmFontPickList::Insert(const Font &rFont) in Insert() function in SmFontPickList
199 SmPickList::Insert((void *)&rFont); in Insert()
215 Insert(rDialog.GetFont()); in ReadFrom()
238 SmFontPickList::Insert(Get(nPos));
273 void SmFontPickListBox::Insert(const Font &rFont) in Insert() function in SmFontPickListBox
275 SmFontPickList::Insert(rFont); in Insert()
/aoo41x/main/sw/source/core/undo/
H A Drolbck.cxx871 m_Array.Insert( RES_TXTATR_AUTOFMT, m_Array.Count() ); in SwHistoryResetAttrSet()
1063 m_SwpHstry.Insert( pHt, Count() ); in Add()
1109 m_SwpHstry.Insert( pHt, Count() ); in Add()
1119 m_SwpHstry.Insert( pHt, Count() ); in Add()
1128 m_SwpHstry.Insert( pHt, Count() ); in Add()
1135 m_SwpHstry.Insert( pHt, Count() ); in Add()
1147 m_SwpHstry.Insert( pHint, Count() ); in Add()
1157 m_SwpHstry.Insert( pHt, rSetPos++ ); in Add()
1179 m_SwpHstry.Insert( pHt, Count() ); in Add()
1186 m_SwpHstry.Insert(pHt, Count()); in Add()
[all …]
/aoo41x/main/sw/source/core/unocore/
H A Dunosett.cxx1483 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1488 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1493 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1498 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1514 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1519 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1596 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1605 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1612 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
1711 aPropertyValues.Insert(pData, aPropertyValues.Count()); in GetNumberingRuleByIndex()
[all …]
/aoo41x/main/cui/source/tabpages/
H A Dautocdlg.cxx1226 aDoubleStringTable.Insert(sal_uLong(eOldLanguage), pArray); in RefillReplaceBox()
1238 pArray->Insert(pDouble, i); in RefillReplaceBox()
1271 pFormatText->Insert(new String(pDouble->sShort)); in RefillReplaceBox()
1297 pFormatText->Insert(new String(pWordPtr->GetShort())); in RefillReplaceBox()
1693 if( !pWrdList->Insert( pEntry )) in FillItemSet()
1715 if( !pCplList->Insert( pEntry )) in FillItemSet()
1741 if( !pWrdList->Insert( pEntry )) in FillItemSet()
1763 if( !pCplList->Insert( pEntry )) in FillItemSet()
1816 aStringsTable.Insert(sal_uLong(eOldLanguage), pArrays); in RefillReplaceBoxes()
1822 pArrays->aAbbrevStrings.Insert( in RefillReplaceBoxes()
[all …]
/aoo41x/main/sd/source/ui/app/
H A Dstrings.src93 Text [ en-US ] = "Insert Slide" ;
97 Text [ en-US ] = "Insert Layer" ;
125 Text [ en-US ] = "Insert picture" ;
352 Text [ en-US ] = "Insert slides" ;
408 Text [ en-US ] = "Insert File" ;
550 Text [ en-US ] = "Insert file" ;
691 Text [ en-US ] = "Insert Text" ;
711 Text [ en-US ] = "Insert as copy" ;
1251 Text [ en-US ] = "Insert Table";
1256 Text [ en-US ] = "Insert Chart";
[all …]
/aoo41x/main/sd/source/ui/func/
H A Dfuinsert.cxx224 pDlg->Insert( SOT_FORMATSTR_ID_EMBED_SOURCE, aEmptyString ); in DoExecute()
225 pDlg->Insert( SOT_FORMATSTR_ID_LINK_SOURCE, aEmptyString ); in DoExecute()
226 pDlg->Insert( SOT_FORMATSTR_ID_DRAWING, aEmptyString ); in DoExecute()
227 pDlg->Insert( SOT_FORMATSTR_ID_SVXB, aEmptyString ); in DoExecute()
228 pDlg->Insert( FORMAT_GDIMETAFILE, aEmptyString ); in DoExecute()
229 pDlg->Insert( FORMAT_BITMAP, aEmptyString ); in DoExecute()
230 pDlg->Insert( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK, aEmptyString ); in DoExecute()
231 pDlg->Insert( FORMAT_STRING, aEmptyString ); in DoExecute()
232 pDlg->Insert( SOT_FORMATSTR_ID_HTML, aEmptyString ); in DoExecute()
233 pDlg->Insert( FORMAT_RTF, aEmptyString ); in DoExecute()
[all …]
H A Dfucon3d.cxx151 aXPoly.Insert(0, Point (2400*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
152 aXPoly.Insert(0, Point (2000*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
153 aXPoly.Insert(0, Point (1500*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
154 aXPoly.Insert(0, Point (1000*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
155 aXPoly.Insert(0, Point (500*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
156 aXPoly.Insert(0, Point (250*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
157 aXPoly.Insert(0, Point (50*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
158 aXPoly.Insert(0, Point (0*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
/aoo41x/main/svx/source/items/
H A Dclipfmtitem.cxx51 aFmtIds.Insert( &rCpy.aFmtIds, 0 ); in SvxClipboardFmtItem_Impl()
57 aFmtNms.Insert( pStr, n ); in SvxClipboardFmtItem_Impl()
146 pImpl->aFmtNms.Insert( pStr, nPos ); in AddClipbrdFormat()
147 pImpl->aFmtIds.Insert( nId, nPos ); in AddClipbrdFormat()
156 pImpl->aFmtNms.Insert( pStr, nPos ); in AddClipbrdFormat()
157 pImpl->aFmtIds.Insert( nId, nPos ); in AddClipbrdFormat()
/aoo41x/main/tools/source/memtools/
H A Dmultisel.cxx307 aSels.Insert( new Range( *rOrig.aSels.GetObject(n) ), LIST_APPEND ); in MultiSelection()
348 aSels.Insert( new Range( *rOrig.aSels.GetObject(n) ), LIST_APPEND ); in operator =()
378 aSels.Insert( new Range(aTotRange), LIST_APPEND ); in SelectAll()
427 aSels.Insert( new Range( nIndex, nIndex ), nSubSelPos ); in Select()
465 aSels.Insert( in Select()
497 aSels.Insert( new Range(rIndexRange), LIST_APPEND ); in Select()
511 aSels.Insert( pRange, (sal_uIntPtr)0 ); in Select()
534 aSels.Insert( pRange, LIST_APPEND ); in Select()
570 void MultiSelection::Insert( long nIndex, long nCount ) in Insert() function in MultiSelection
585 aSels.Insert( in Insert()
[all …]

Completed in 178 milliseconds

12345678910>>...53