Home
last modified time | relevance | path

Searched refs:pTupel (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/rsc/source/parser/
H A Drscibas.cxx526 RscTop * pTupel; in InitGeometry() local
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
609 pTupel->SetVariable( nId, &aString ); in InitStringTupel()
613 return (RscTupel *)pTupel; in InitStringTupel()
627 RscTop * pTupel; in InitStringLongTupel() local
[all …]
/aoo42x/main/sfx2/source/dialog/
H A Dstyfitem.cxx60 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 Dmgetempl.cxx233 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 Dtempldlg.cxx1895 const SfxFilterTupel *pTupel = in Execute_Impl() local
1898 if ( ( pTupel->nFlags & nFilterFlags ) == nFilterFlags && pIdx ) in Execute_Impl()

Completed in 121 milliseconds