Searched refs:bImported (Results  1 – 10 of 10) sorted by relevance
| /aoo4110/main/idl/inc/ | 
| H A D | module.hxx | 54     sal_Bool                    bImported   : 1,  member in SvMetaModule83                                       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 );
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | gallery1.hxx | 54 	sal_Bool					bImported;  member in GalleryThemeEntry64 											   sal_uInt32 nFileNumber, sal_Bool bReadOnly, sal_Bool bImported,
 75 	sal_Bool					IsImported() const { return bImported; }  in IsImported()
 
 | 
| /aoo4110/main/idlc/inc/idlc/ | 
| H A D | astdeclaration.hxx | 96 	void setImported(sal_Bool bImported)  in setImported()  argument97 		{ m_bImported = bImported; }  in setImported()
 
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/main/sw/source/filter/ww8/ | 
| H A D | ww8par2.hxx | 159     bool bImported;         // fuers rekursive Importieren  member in SwWW8StyInf191         bImported(false),  in SwWW8StyInf()
 
 | 
| H A D | ww8par2.cxx | 4100     if( rSI.bImported || !rSI.bValid )  in Import1Style()4103     rSI.bImported = true;                      // jetzt schon Flag setzen  in Import1Style()
 4108     if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported )  in Import1Style()
 4152     if( rSI.bImported || !rSI.bValid )  in RecursiveReg()
 4155     rSI.bImported = true;  in RecursiveReg()
 4157     if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported )  in RecursiveReg()
 4177         pIo->pCollA[i].bImported = false;  in PostProcessStyles()
 4507             rSI.bImported = true;  in ImportOldFormatStyles()
 
 | 
| /aoo4110/main/idl/source/prj/ | 
| H A D | database.cxx | 805 sal_Bool SvIdlWorkingBase::ReadSvIdl( SvTokenStream & rInStm, sal_Bool bImported, const String & rP…  in ReadSvIdl()  argument865             SvMetaModuleRef aModule = new SvMetaModule( rInStm.GetFileName(), bImported );  in ReadSvIdl()
 
 | 
| /aoo4110/main/svx/source/gallery2/ | 
| H A D | gallery1.cxx | 61 		bImported                               ( _bImported ),  in GalleryThemeEntry()
 | 
| /aoo4110/main/sfx2/source/doc/ | 
| H A D | sfxbasemodel.cxx | 3444 …                sal_Bool bImported = framework::UIConfigurationImporterOOo1x::ImportCustomToolbars(  in getUIConfigurationManager()  local3446                     if ( bImported )  in getUIConfigurationManager()
 
 | 
        Completed in 137 milliseconds