| /AOO41X/main/rsc/inc/ |
| H A D | rscdb.hxx | 168 RscTop * InitClassString( RscTop * pSuper ); 169 RscTop * InitClassBitmap( RscTop * pSuper ); 170 RscTop * InitClassColor( RscTop * pSuper, RscEnum * pColor ); 171 RscTop * InitClassImage( RscTop * pSuper, RscTop *pClassBitmap, 173 RscTop * InitClassImageList( RscTop * pSuper, RscTop *pClassBitmap, 175 RscTop * InitClassWindow( RscTop * pSuper, RscEnum * pMapUnit, 177 RscTop * InitClassSystemWindow( RscTop * pSuper ); 178 RscTop * InitClassWorkWindow( RscTop * pSuper ); 179 RscTop * InitClassModalDialog( RscTop * pSuper ); 180 RscTop * InitClassModelessDialog( RscTop * pSuper ); [all …]
|
| H A D | rsccont.hxx | 64 RscTop * pSuper = NULL, 121 RscTop * pSuper = NULL, 131 RscTop * pSuper = NULL, 143 RscTop * pSuper = NULL,
|
| H A D | rscarray.hxx | 70 RscTop * pSuper, RscEnum * pTypeClass ); 111 RscTop * pSuper, RscEnum * pTypeClass ); 128 RscTop * pSuper, RscEnum * pTypeClass );
|
| H A D | rscclass.hxx | 108 RscSysDepend( Atom nId, sal_uInt32 nTypId, RscTop * pSuper ); 120 RscTop * pSuper ); 128 RscTupel( Atom nId, sal_uInt32 nTypId, RscTop * pSuper );
|
| /AOO41X/main/rsc/source/parser/ |
| H A D | rscicpx.cxx | 107 RscTop * RscTypCont::InitClassString( RscTop * pSuper ){ in InitClassString() argument 112 pClassString = new RscClass( nId, RSC_STRING, pSuper ); in InitClassString() 125 RscTop * RscTypCont::InitClassBitmap( RscTop * pSuper ){ in InitClassBitmap() argument 130 pClassBitmap = new RscSysDepend( nId, RSC_BITMAP, pSuper ); in InitClassBitmap() 145 RscTop * RscTypCont::InitClassColor( RscTop * pSuper, RscEnum * pColor ){ in InitClassColor() argument 151 pClassColor = new RscClass( nId, RSC_COLOR, pSuper ); in InitClassColor() 171 RscTop * RscTypCont::InitClassImage( RscTop * pSuper, RscTop * pClassBitmap, in InitClassImage() argument 179 pClassImage = new RscClass( nId, RSC_IMAGE, pSuper ); in InitClassImage() 198 RscTop * RscTypCont::InitClassImageList( RscTop * pSuper, RscTop * /*pClassBitmap*/, in InitClassImageList() argument 206 pClassImageList = new RscClass( nId, RSC_IMAGELIST, pSuper ); in InitClassImageList() [all …]
|
| /AOO41X/main/rsc/source/res/ |
| H A D | rscarray.cxx | 98 RscArray::RscArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, RscEnum * pTypeCl ) in RscArray() argument 99 : RscTop( nId, nTypeId, pSuper ) in RscArray() 623 RscClassArray::RscClassArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, in RscClassArray() argument 625 : RscArray( nId, nTypeId, pSuper, pTypeCl ) in RscClassArray() 701 RscLangArray::RscLangArray( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, in RscLangArray() argument 703 : RscArray( nId, nTypeId, pSuper, pTypeCl ) in RscLangArray()
|
| H A D | rsccont.cxx | 68 RscBaseCont::RscBaseCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, in RscBaseCont() argument 70 : RscTop( nId, nTypeId, pSuper ), in RscBaseCont() 1056 RscTop * pSuper, sal_Bool bNoIdent ) in RscContWriteSrc() argument 1057 : RscBaseCont( nId, nTypeId, pSuper, bNoIdent ) in RscContWriteSrc() 1099 RscCont::RscCont( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper, sal_Bool bNoIdent ) in RscCont() argument 1100 : RscContWriteSrc( nId, nTypeId, pSuper, bNoIdent ) in RscCont() 1151 RscTop * pSuper, sal_Bool bNoIdent ) in RscContExtraData() argument 1152 : RscContWriteSrc( nId, nTypeId, pSuper, bNoIdent ) in RscContExtraData()
|
| H A D | rscclass.cxx | 1098 RscSysDepend::RscSysDepend( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper ) in RscSysDepend() argument 1099 : RscClass( nId, nTypeId, pSuper ) in RscSysDepend() 1169 RscTop * pSuper ) in RscFirstSysDepend() argument 1170 : RscSysDepend( nId, nTypeId, pSuper ) in RscFirstSysDepend() 1195 RscTupel::RscTupel( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper ) in RscTupel() argument 1196 : RscClass( nId, nTypeId, pSuper ) in RscTupel()
|
| /AOO41X/main/idl/source/objects/ |
| H A D | object.cxx | 126 SvMetaClass * pSuper; in Load() local 127 rStm >> pSuper; in Load() 128 aSuperClass = pSuper; in Load()
|