/aoo41x/main/extensions/source/propctrlr/ |
H A D | composeduiupdate.cxx | 104 StringBag aShownProperties; 105 StringBag aHiddenProperties; 111 StringBag aShownCategories; 112 StringBag aHiddenCategories; 646 StringBag& m_rMinuend; 656 static void subtract( StringBag& _rMinuend, const StringBag& _rSubtrahend ) in subtract() 673 StringBag aAllPositives; in lcl_fireUIStateFlag() 677 StringBag aAllNegatives; in lcl_fireUIStateFlag() 709 StringBag aAllRebuilt; in impl_fireRebuildPropertyUI_throw() 723 StringBag aAllShown; in impl_fireShowHidePropertyUI_throw() [all …]
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 350 StringBag aInstalledDBs; 483 StringBag aProfiles; 689 …StringBag OConnectionHelper::getInstalledAdabasDBDirs(const String& _rPath,const ::ucbhelper::Resu… in getInstalledAdabasDBDirs() 703 return StringBag(); in getInstalledAdabasDBDirs() 706 StringBag aInstalledDBs; in getInstalledAdabasDBDirs() 743 …StringBag OConnectionHelper::getInstalledAdabasDBs(const String &_rConfigDir,const String &_rWorkD… in getInstalledAdabasDBs() 757 StringBag aInstalledDBs; in getInstalledAdabasDBs() 759 StringBag aConfigDBs,aWrkDBs; in getInstalledAdabasDBs()
|
H A D | dsselect.cxx | 103 ODatasourceSelectDialog::ODatasourceSelectDialog(Window* _pParent, const StringBag& _rDatasources, … in ODatasourceSelectDialog() 272 StringBag aOdbcDatasources; 287 void ODatasourceSelectDialog::fillListBox(const StringBag& _rDatasources) in fillListBox()
|
H A D | dsselect.hxx | 68 …ODatasourceSelectDialog( Window* _pParent, const StringBag& _rDatasources, bool _bAdabas,SfxItemSe… 83 void fillListBox(const StringBag& _rDatasources);
|
H A D | ConnectionHelper.hxx | 125 …StringBag getInstalledAdabasDBDirs(const String &_rPath,const ::ucbhelper::ResultSetInclude& _re… 126 StringBag getInstalledAdabasDBs(const String &_rConfigDir,const String &_rWorkDir);
|
H A D | odbcconfig.hxx | 103 void getDatasourceNames(StringBag& _rNames);
|
H A D | indexdialog.cxx | 759 DECLARE_STL_STDKEY_SET( String, StringBag ); in implCheckPlausibility() 760 StringBag aExistentFields; in implCheckPlausibility()
|
H A D | odbcconfig.cxx | 282 void OOdbcEnumeration::getDatasourceNames(StringBag& _rNames) in getDatasourceNames()
|
H A D | adminpages.cxx | 146 StringBag aOdbcDatasources; in getSelectedDataSource()
|
/aoo41x/main/extensions/source/abpilot/ |
H A D | datasourcehandling.cxx | 180 StringBag aDataSourceNames; /// for quicker name checks (without the UNO overhead) 239 void ODataSourceContext::getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( )) in getDataSourceNames() 318 StringBag aTables; // the cached table names 469 const StringBag& aTables( getTableNames() ); in hasTable() 474 const StringBag& ODataSource::getTableNames() const SAL_THROW (( )) in getTableNames()
|
H A D | datasourcehandling.hxx | 65 void getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( )); 182 const StringBag& getTableNames() const SAL_THROW (( ));
|
H A D | abspilot.cxx | 275 const StringBag& aTables = m_aNewDataSource.getTableNames(); in prepareLeaveCurrentState() 303 const StringBag& rTableNames = getDataSource().getTableNames(); in implDefaultTableName()
|
H A D | abptypes.hxx | 35 DECLARE_STL_STDKEY_SET( ::rtl::OUString, StringBag );
|
H A D | abpfinalpage.hxx | 57 StringBag m_aInvalidDataSourceNames;
|
H A D | tableselectionpage.cxx | 76 const StringBag& aTableNames = getDialog()->getDataSource().getTableNames(); in initializePage()
|
/aoo41x/main/extensions/source/dbpilots/ |
H A D | dbptypes.hxx | 36 DECLARE_STL_STDKEY_SET( String, StringBag );
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | commontypes.hxx | 45 DECLARE_STL_STDKEY_SET( ::rtl::OUString, StringBag );
|
/aoo41x/main/svx/source/form/ |
H A D | formcontrolfactory.cxx | 159 typedef ::std::set< ::rtl::OUString > StringBag; in lcl_getUniqueLabel_nothrow() typedef 160 StringBag aUsedLabels; in lcl_getUniqueLabel_nothrow()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | addresstemplate.cxx | 78 DECLARE_STL_STDKEY_SET( ::rtl::OUString, StringBag ); 178 StringBag aKnownNames; in AssigmentTransientData() 277 StringBag m_aStoredFields;
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 503 StringBag& m_rFeatureCommands; 504 CommandCollector( sal_uInt16 _nFeature, StringBag& _rFeatureCommands ) in CommandCollector() 596 StringBag aFeatureCommands; in ImplBroadcastFeatureState()
|
/aoo41x/main/editeng/source/misc/ |
H A D | hangulhanja.cxx | 96 typedef ::std::set< ::rtl::OUString, ::std::less< ::rtl::OUString > > StringBag; typedef in editeng::HangulHanjaConversion_Impl 100 StringBag m_sIgnoreList;
|