Searched refs:pTupel (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | styfitem.cxx | 60 SfxFilterTupel *pTupel = new SfxFilterTupel; in SfxStyleFamilyItem() local 61 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() local 102 while(pTupel) in ~SfxStyleFamilyItem() 104 delete pTupel; in ~SfxStyleFamilyItem() 105 pTupel = aFilterList.Next(); in ~SfxStyleFamilyItem()
|
| H A D | mgetempl.cxx | 233 SfxFilterTupel* pTupel = rList.GetObject(i); in SfxManageStyleSheetPage() local 235 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()
|
| H A D | templdlg.cxx | 1895 const SfxFilterTupel *pTupel = in Execute_Impl() local 1898 if ( ( pTupel->nFlags & nFilterFlags ) == nFilterFlags && pIdx ) in Execute_Impl()
|
| /AOO41X/main/rsc/source/parser/ |
| H A D | rscibas.cxx | 526 RscTop * pTupel; in InitGeometry() local 530 pTupel = new RscTupel( pHS->getID( "TupelDeltaSystem" ), in InitGeometry() 533 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() local 607 pTupel = new RscTupel( pHS->getID( "CharsTupel" ), RSC_NOTYPE, NULL ); in InitStringTupel() 609 pTupel->SetVariable( nId, &aString ); in InitStringTupel() [all …]
|