Searched refs:bCreateNew (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sd/source/ui/func/ |
H A D | fusnapln.cxx | 76 sal_Bool bCreateNew = sal_True; in DoExecute() local 152 bCreateNew = sal_False; in DoExecute() 171 if ( !bCreateNew ) in DoExecute() 185 if ( bCreateNew ) in DoExecute()
|
H A D | fuinsert.cxx | 442 sal_Bool bCreateNew = sal_False; in DoExecute() local 486 bCreateNew = pDlg->IsCreateNew(); in DoExecute() 681 if (bCreateNew) in DoExecute()
|
/aoo4110/main/l10ntools/source/ |
H A D | export.cxx | 1278 sal_Bool Export::WriteData( ResData *pResData, sal_Bool bCreateNew ) in WriteData() argument 1409 if ( bCreateNew ) { in WriteData() 1421 if ( bCreateNew ) in WriteData() 1427 if ( bCreateNew ) in WriteData() 1432 WriteExportList( pResData, pResData->pItemList, sList, bCreateNew ); in WriteData() 1433 if ( bCreateNew ) in WriteData() 1439 if ( bCreateNew ) in WriteData() 1445 if ( bCreateNew ) in WriteData() 1477 const ByteString &rTyp, sal_Bool bCreateNew ) in WriteExportList() argument 1548 if ( bCreateNew ) in WriteExportList() [all …]
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galbrws1.cxx | 324 void GalleryBrowser1::ImplGalleryThemeProperties( const String & rThemeName, bool bCreateNew ) in ImplGalleryThemeProperties() argument 337 if ( bCreateNew ) in ImplGalleryThemeProperties() 351 void GalleryBrowser1::ImplEndGalleryThemeProperties( VclAbstractDialog2* pDialog, bool bCreateNew ) in ImplEndGalleryThemeProperties() argument 375 if ( bCreateNew ) in ImplEndGalleryThemeProperties() 385 if ( bCreateNew && ( nRet != RET_OK ) ) in ImplEndGalleryThemeProperties()
|
H A D | galbrws1.hxx | 110 … void ImplGalleryThemeProperties( const String & rThemeName, bool bCreateNew ); 111 …d ImplEndGalleryThemeProperties( VclAbstractDialog2* pDialog, bool bCreateNew );
|
/aoo4110/main/dbaccess/source/filter/xml/ |
H A D | dbloader2.cxx | 430 sal_Bool bCreateNew = sal_False; // does the URL denote the private:factory URL? in load() local 465 bCreateNew = sFactoryName.match(_rURL); in load() 469 if ( bCreateNew ) in load() 483 if ( bCreateNew && xModel.is() ) in load() 515 if ( !bCreateNew ) in load()
|
/aoo4110/main/l10ntools/inc/ |
H A D | export.hxx | 349 …sal_Bool WriteData( ResData *pResData, sal_Bool bCreateNew = sal_False );// called befor dest. cur… 351 const ByteString &rTyp, sal_Bool bCreateNew = sal_False );
|
/aoo4110/main/sc/inc/ |
H A D | externalrefmgr.hxx | 304 …TypeRef getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew, size_t* pnIndex… 470 …TypeRef getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew, size_t* pnIndex…
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 1149 …fCache::getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew, size_t* pnIndex) in getCacheTable() argument 1172 if (bCreateNew && !rDoc.maTables[nIndex]) in getCacheTable() 1178 if (!bCreateNew) in getCacheTable() 1508 …anager::getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew, size_t* pnIndex) in getCacheTable() argument 1510 return maRefCache.getCacheTable(nFileId, rTabName, bCreateNew, pnIndex); in getCacheTable()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | insdlg.cxx | 253 sal_Bool bCreateNew = IsCreateNew(); in Execute() local 254 if ( bCreateNew ) in Execute()
|
/aoo4110/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 421 sal_Bool bCreateNew = GetSelectEntryPos() == LISTBOX_ENTRY_NOTFOUND; in Select() local 438 if( bCreateNew ) in Select()
|
Completed in 115 milliseconds