Searched refs:bCreateIfNotExist (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/basctl/source/basicide/ |
H A D | basides3.cxx | 134 …rDocument, const String& rLibName, const String& rDlgName, sal_Bool bCreateIfNotExist, sal_Bool bF… in FindDlgWin() argument 149 if ( !pDlgWin && bCreateIfNotExist ) in FindDlgWin()
|
H A D | basides2.cxx | 300 …rDocument, const String& rLibName, const String& rModName, sal_Bool bCreateIfNotExist, sal_Bool bF… in FindBasWin() argument 315 if ( !pModWin && bCreateIfNotExist ) in FindBasWin()
|
/aoo4110/main/basctl/source/inc/ |
H A D | basidesh.hxx | 146 …rDocument, const String& rLibName, const String& rModName, sal_Bool bCreateIfNotExist, sal_Bool bF… 221 …rDocument, const String& rLibName, const String& rDlgName, sal_Bool bCreateIfNotExist, sal_Bool bF…
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 462 SfxPrinter* ScDocShell::GetPrinter(sal_Bool bCreateIfNotExist) in GetPrinter() argument 464 return aDocument.GetPrinter(bCreateIfNotExist); in GetPrinter()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen8.cxx | 125 SfxPrinter* ScDocument::GetPrinter(sal_Bool bCreateIfNotExist) in GetPrinter() argument 127 if ( !pPrinter && bCreateIfNotExist ) in GetPrinter()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 238 SfxPrinter* GetPrinter( sal_Bool bCreateIfNotExist = sal_True );
|
/aoo4110/main/vcl/source/app/ |
H A D | svapp.cxx | 1729 UnoWrapperBase* Application::GetUnoWrapper( sal_Bool bCreateIfNotExist ) in GetUnoWrapper() argument 1733 if ( !pSVData->mpUnoWrapper && bCreateIfNotExist && !bAlreadyTriedToCreate ) in GetUnoWrapper()
|
/aoo4110/main/sc/inc/ |
H A D | document.hxx | 1540 SfxPrinter* GetPrinter( sal_Bool bCreateIfNotExist = sal_True );
|
Completed in 98 milliseconds