Searched refs:pTupel (Results 1 – 4 of 4) sorted by relevance
60 SfxFilterTupel *pTupel = new SfxFilterTupel; in SfxStyleFamilyItem() local61 pTupel->aName = ReadStringRes(); in SfxStyleFamilyItem()63 pTupel->nFlags = (sal_uInt16)lFlags; in SfxStyleFamilyItem()64 aFilterList.Insert(pTupel, LIST_APPEND); in SfxStyleFamilyItem()101 SfxFilterTupel *pTupel = aFilterList.First(); in ~SfxStyleFamilyItem() local102 while(pTupel) in ~SfxStyleFamilyItem()104 delete pTupel; in ~SfxStyleFamilyItem()105 pTupel = aFilterList.Next(); in ~SfxStyleFamilyItem()
233 SfxFilterTupel* pTupel = rList.GetObject(i); in SfxManageStyleSheetPage() local235 if ( pTupel->nFlags != SFXSTYLEBIT_AUTO && in SfxManageStyleSheetPage()236 pTupel->nFlags != SFXSTYLEBIT_USED && in SfxManageStyleSheetPage()238 pTupel->nFlags != SFXSTYLEBIT_ALL ) in SfxManageStyleSheetPage()240 aFilterLb.InsertEntry( pTupel->aName, nIdx ); in SfxManageStyleSheetPage()243 if ( ( pTupel->nFlags & nMask ) == nMask ) in SfxManageStyleSheetPage()
1895 const SfxFilterTupel *pTupel = in Execute_Impl() local1898 if ( ( pTupel->nFlags & nFilterFlags ) == nFilterFlags && pIdx ) in Execute_Impl()
526 RscTop * pTupel; in InitGeometry() local533 pTupel->SetVariable( nId, &aShort ); in InitGeometry()535 pTupel->SetVariable( nId, &aShort ); in InitGeometry()537 pTupel->SetVariable( nId, &aShort ); in InitGeometry()539 pTupel->SetVariable( nId, &aShort ); in InitGeometry()541 return (RscTupel *)pTupel; in InitGeometry()603 RscTop * pTupel; in InitStringTupel() local609 pTupel->SetVariable( nId, &aString ); in InitStringTupel()613 return (RscTupel *)pTupel; in InitStringTupel()627 RscTop * pTupel; in InitStringLongTupel() local[all …]
Completed in 31 milliseconds