Home
last modified time | relevance | path

Searched refs:getEntry (Results 1 – 25 of 62) sorted by path

123

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx505 String sFileName(getEntry(m_pConnection,m_Name)); in construct()
630 String ODbaseTable::getEntry(OConnection* _pConnection,const ::rtl::OUString& _sName ) in getEntry() function in ODbaseTable
698 aURL.SetURL(getEntry(m_pConnection,m_Name)); in refreshIndexes()
1067 String aName = getEntry(m_pConnection,m_Name); in CreateImpl()
1520 sal_Bool bDropped = Drop_Static(getEntry(m_pConnection,m_Name),HasMemoFields(),m_pIndexes); in DropImpl()
2369 String aName = ODbaseTable::getEntry(_pConenction,oldName); in renameFile()
2642 "$filename$", getEntry(m_pConnection,m_Name) in throwInvalidDbaseFormat()
H A DDTables.cxx113 …if(ODbaseTable::Drop_Static(ODbaseTable::getEntry(static_cast<OFileCatalog&>(m_rParent).getConnect… in dropObject()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx437 aURL.SetURL(getEntry()); in construct()
466 String OFlatTable::getEntry() in getEntry() function in OFlatTable
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx171 static String getEntry(file::OConnection* _pConnection,const ::rtl::OUString& _sURL );
/trunk/main/connectivity/source/inc/flat/
H A DETable.hxx99 String getEntry();
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1055 if (DIC_ERR_NONE != nAddRes && xDic->getEntry( aNewWord ).is()) in IMPL_LINK()
1289 Reference<XDictionaryEntry> xEntry = xChangeAll->getEntry( aStart->sText ); in ApplyChangeAllList_Impl()
1711 (xEntry = xChangeAll->getEntry( pSpellErrorDescription->sErrorText )).is()) in MarkNextError()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx2480 SvLBoxEntry* pHitEntry = pView->getEntry(_rEvt.maPosPixel); in queryDrop()
2551 SvLBoxEntry* pHitEntry = pView->getEntry(_rEvt.maPosPixel); in executeDrop()
H A DAppDetailPageHelper.cxx683 SvLBoxEntry* OAppDetailPageHelper::getEntry( const Point& _aPosPixel) const in getEntry() function in OAppDetailPageHelper
H A DAppDetailPageHelper.hxx313 SvLBoxEntry* getEntry( const Point& _aPosPixel ) const;
H A DAppDetailView.cxx924 SvLBoxEntry* OApplicationDetailView::getEntry( const Point& _aPoint ) const in getEntry() function in OApplicationDetailView
927 return m_pControlHelper->getEntry(_aPoint); in getEntry()
H A DAppDetailView.hxx386 SvLBoxEntry* getEntry( const Point& _aPoint ) const;
H A DAppView.cxx548 SvLBoxEntry* OApplicationView::getEntry( const Point& _aPosPixel ) const in getEntry() function in OApplicationView
551 return getDetailView()->getEntry(_aPosPixel); in getEntry()
H A DAppView.hxx322 SvLBoxEntry* getEntry( const Point& _aPosPixel ) const;
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx969 pEntry = getEntry(nCurrentColumnPos - 1); in SaveModified()
1381 OTableFieldDescRef pDesc = getEntry((sal_uInt32)(nPos - 1)) ; in RemoveField()
1571 OTableFieldDescRef pEntry = getEntry(GetColumnPos(nColId) - 1); in SetColWidth()
2016 OTableFieldDescRef pEntry = getEntry(GetColumnPos(GetCurColumnId()) - 1); in CellModified()
2416 OTableFieldDescRef pEntry = getEntry(nPos - 1); in SetCellContents()
2501 OTableFieldDescRef pEntry = getEntry(nPos-1); in ColumnResized()
2722 OTableFieldDescRef OSelectionBrowseBox::getEntry(OTableFields::size_type _nPos) in getEntry() function in OSelectionBrowseBox
H A DSelectionBrowseBox.hxx262 OTableFieldDescRef getEntry(OTableFields::size_type _nPos);
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_compbackenddb.cxx114 ComponentBackendDb::Data ComponentBackendDb::getEntry(::rtl::OUString const & url) in getEntry() function in dp_registry::backend::component::ComponentBackendDb
H A Ddp_compbackenddb.hxx105 Data getEntry(::rtl::OUString const & url);
H A Ddp_component.cxx667 data = m_backendDb->getEntry(url); in readDataFromDb()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx244 data = m_backendDb->getEntry(url); in readDataFromDb()
H A Ddp_configurationbackenddb.cxx107 ConfigurationBackendDb::getEntry(::rtl::OUString const & url) in getEntry() function in dp_registry::backend::configuration::ConfigurationBackendDb
H A Ddp_configurationbackenddb.hxx78 ::boost::optional<Data> getEntry(::rtl::OUString const & url);
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx685 bool RegisteredDb::getEntry(::rtl::OUString const & url) in getEntry() function in dp_registry::backend::RegisteredDb
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx231 data = m_backendDb->getEntry(url); in readDataFromDb()
H A Ddp_helpbackenddb.cxx106 HelpBackendDb::getEntry(::rtl::OUString const & url) in getEntry() function in dp_registry::backend::help::HelpBackendDb
H A Ddp_helpbackenddb.hxx74 ::boost::optional<Data> getEntry(::rtl::OUString const & url);

Completed in 193 milliseconds

123