Home
last modified time | relevance | path

Searched refs:bIsShared (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/gui/
H A Ddp_gui_updatedata.hxx38 bIsShared(false), aInstalledPackage(aExt) {}; in UpdateData()
43 bool bIsShared; member
H A Ddp_gui_updateinstalldialog.cxx445 if (!updateData.bIsShared) in installExtensions()
462 if (!updateData.bIsShared) in installExtensions()
H A Ddp_gui_updatedialog.cxx303 updateData.bIsShared = true; in execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/gui/
H A Ddp_gui_updatedata.hxx39 bIsShared(false), aInstalledPackage(aExt) {}; in UpdateData()
44 bool bIsShared; member
H A Ddp_gui_updateinstalldialog.cxx458 if (!updateData.bIsShared) in installExtensions()
475 if (!updateData.bIsShared) in installExtensions()
H A Ddp_gui_updatedialog.cxx335 updateData.bIsShared = true; in execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/basprov/
H A Dbasprov.cxx84 bool bIsShared = false; in isLibraryShared() local
129 bIsShared = true; in isLibraryShared()
133 return bIsShared; in isLibraryShared()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/source/basprov/
H A Dbasprov.cxx111 bool bIsShared = false; in isLibraryShared() local
156 bIsShared = true; in isLibraryShared()
160 return bIsShared; in isLibraryShared()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dscriptdocument.cxx910 bool bIsShared = false; in isLibraryShared() local
952 bIsShared = true; in isLibraryShared()
960 return bIsShared; in isLibraryShared()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dscriptdocument.cxx915 bool bIsShared = false; in isLibraryShared() local
957 bIsShared = true; in isLibraryShared()
965 return bIsShared; in isLibraryShared()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsoledbsql.h1141 BOOL bIsShared; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsoledbsql.h1141 BOOL bIsShared; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2852 bool bIsShared = false; in PushPageHeaderFooter() local
2856 xPageStyle->getPropertyValue(getPropertyName(ePropShared)) >>= bIsShared; in PushPageHeaderFooter()
2870 xPageStyle->setPropertyValue(getPropertyName(ePropShared), uno::makeAny(bIsShared)); in PushPageHeaderFooter()