| /trunk/main/extensions/source/propctrlr/ |
| H A D | composeduiupdate.cxx | 75 typedef ::std::set< ::rtl::OUString > StringBag; typedef 76 typedef ::std::map< sal_Int16, StringBag > MapIntToStringBag; 100 StringBag aEnabledProperties; 101 StringBag aDisabledProperties; 104 StringBag aShownProperties; 105 StringBag aHiddenProperties; 108 StringBag aRebuiltProperties; 111 StringBag aShownCategories; 112 StringBag aHiddenCategories; 119 typedef StringBag& (CachedInspectorUI::*FGetStringBag)(); [all …]
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | ConnectionHelper.cxx | 272 StringBag aInstalledDBs; 405 StringBag aProfiles; 611 …StringBag OConnectionHelper::getInstalledAdabasDBDirs(const String& _rPath,const ::ucbhelper::Resu… in getInstalledAdabasDBDirs() 625 return StringBag(); in getInstalledAdabasDBDirs() 628 StringBag aInstalledDBs; in getInstalledAdabasDBDirs() 665 …StringBag OConnectionHelper::getInstalledAdabasDBs(const String &_rConfigDir,const String &_rWorkD… in getInstalledAdabasDBs() 679 StringBag aInstalledDBs; in getInstalledAdabasDBs() 681 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()
|
| /trunk/main/extensions/source/abpilot/ |
| H A D | datasourcehandling.cxx | 177 …StringBag aDataSourceNames; // for quicker name checks (without the UN… 236 void ODataSourceContext::getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( )) in getDataSourceNames() 309 StringBag aTables; // the cached table names 460 const StringBag& aTables( getTableNames() ); in hasTable() 465 const StringBag& ODataSource::getTableNames() const SAL_THROW (( )) in getTableNames()
|
| H A D | datasourcehandling.hxx | 62 void getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( )); 176 const StringBag& getTableNames() const SAL_THROW (( ));
|
| H A D | abspilot.cxx | 272 const StringBag& aTables = m_aNewDataSource.getTableNames(); in prepareLeaveCurrentState() 300 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()
|
| /trunk/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;
|
| /trunk/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()
|
| /trunk/main/extensions/source/dbpilots/ |
| H A D | dbptypes.hxx | 36 DECLARE_STL_STDKEY_SET( String, StringBag );
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | commontypes.hxx | 45 DECLARE_STL_STDKEY_SET( ::rtl::OUString, StringBag );
|
| /trunk/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()
|
| /trunk/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;
|