Searched refs:bImported (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/idl/inc/ |
H A D | module.hxx | 54 sal_Bool bImported : 1, member in SvMetaModule 83 sal_Bool bImported ); 86 sal_Bool IsImported() const { return bImported; } in IsImported()
|
H A D | database.hxx | 166 sal_Bool ReadSvIdl( SvTokenStream &, sal_Bool bImported, const String & rPath );
|
/aoo41x/main/svx/inc/svx/ |
H A D | gallery1.hxx | 54 sal_Bool bImported; member in GalleryThemeEntry 64 sal_uInt32 nFileNumber, sal_Bool bReadOnly, sal_Bool bImported, 75 sal_Bool IsImported() const { return bImported; } in IsImported()
|
/aoo41x/main/idlc/inc/idlc/ |
H A D | astdeclaration.hxx | 96 void setImported(sal_Bool bImported) in setImported() argument 97 { m_bImported = bImported; } in setImported()
|
/aoo41x/main/idl/source/objects/ |
H A D | module.cxx | 51 : bImported( sal_False ) in SvMetaModule() 60 , bImported( bImp ), bIsModified( sal_False ) in SvMetaModule() 77 bImported = sal_True; // immer importiert in Load()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par2.hxx | 159 bool bImported; // fuers rekursive Importieren member in SwWW8StyInf 191 bImported(false), in SwWW8StyInf()
|
H A D | ww8par2.cxx | 4129 if( rSI.bImported || !rSI.bValid ) in Import1Style() 4132 rSI.bImported = true; // jetzt schon Flag setzen in Import1Style() 4137 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in Import1Style() 4181 if( rSI.bImported || !rSI.bValid ) in RecursiveReg() 4184 rSI.bImported = true; in RecursiveReg() 4186 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in RecursiveReg() 4206 pIo->pCollA[i].bImported = false; in PostProcessStyles() 4536 rSI.bImported = true; in ImportOldFormatStyles()
|
/aoo41x/main/idl/source/prj/ |
H A D | database.cxx | 805 sal_Bool SvIdlWorkingBase::ReadSvIdl( SvTokenStream & rInStm, sal_Bool bImported, const String & rP… in ReadSvIdl() argument 865 SvMetaModuleRef aModule = new SvMetaModule( rInStm.GetFileName(), bImported ); in ReadSvIdl()
|
/aoo41x/main/svx/source/gallery2/ |
H A D | gallery1.cxx | 61 bImported ( _bImported ), in GalleryThemeEntry()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 3444 … sal_Bool bImported = framework::UIConfigurationImporterOOo1x::ImportCustomToolbars( in getUIConfigurationManager() local 3446 if ( bImported ) in getUIConfigurationManager()
|
Completed in 369 milliseconds