Home
last modified time | relevance | path

Searched refs:nFirstId (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx186 int nFirstId = maShapeTypeDescriptorList.size(); in AddShapeTypeList() local
189 maShapeTypeDescriptorList.resize (nFirstId + nDescriptorCount); in AddShapeTypeList()
199 maShapeTypeDescriptorList[nFirstId+i].mnShapeTypeId = aDescriptorList[i].mnShapeTypeId; in AddShapeTypeList()
200 maShapeTypeDescriptorList[nFirstId+i].msServiceName = aDescriptorList[i].msServiceName; in AddShapeTypeList()
201 … maShapeTypeDescriptorList[nFirstId+i].maCreateFunction = aDescriptorList[i].maCreateFunction; in AddShapeTypeList()
204 maServiceNameToSlotId[aDescriptorList[i].msServiceName] = nFirstId+i; in AddShapeTypeList()
/trunk/main/sal/inc/osl/
H A Dprofile.hxx92 sal_uInt32 nFirstId, const std::list< rtl::OString >& rStrings, in readIdent() argument
105 …sal_uInt32 nRet = osl_readProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pSt… in readIdent()
122 sal_uInt32 nFirstId, const std::list< rtl::OString >& rStrings, in writeIdent() argument
136 … osl_writeProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pStrings, nValue ); in writeIdent()
/trunk/main/sc/source/filter/excel/
H A Dtokstack.cxx571 sal_uInt16 nFirstId = pElement[ nId ]; in GetElementRek() local
572 if (nFirstId >= nP_Id) in GetElementRek()
578 sal_uInt16* pAkt = nAnz ? &pP_Id[ nFirstId ] : NULL; in GetElementRek()
579 if (nAnz > nP_Id - nFirstId) in GetElementRek()
582 nAnz = nP_Id - nFirstId; in GetElementRek()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1333 int nFirstId, ...) in PushPropertyIds() argument
1336 va_start( pVarArgs, nFirstId ); in PushPropertyIds()
1338 for ( int nId = nFirstId; nId != BASEPROPERTY_NOTFOUND; in PushPropertyIds()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindow.hxx106 static void PushPropertyIds( std::list< sal_uInt16 > &aIds, int nFirstId, ...);

Completed in 38 milliseconds