Home
last modified time | relevance | path

Searched refs:getEntry (Results 1 – 25 of 60) sorted by relevance

123

/aoo41x/main/svx/source/unodraw/
H A DXPropertyTable.cxx64 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw() = 0;
134 XPropertyEntry* pNewEntry = getEntry( aInternalName, aElement ); in insertByName()
184 XPropertyEntry* pNewEntry = getEntry( aInternalName, aElement ); in replaceByName()
283 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
306 XPropertyEntry* SvxUnoXColorTable::getEntry( const OUString& rName, const uno::Any& rAny ) const th… in getEntry() function in SvxUnoXColorTable
346 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
419 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
453 XPropertyEntry* SvxUnoXDashTable::getEntry( const OUString& rName, const uno::Any& rAny ) const thr… in getEntry() function in SvxUnoXDashTable
501 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
578 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
[all …]
/aoo41x/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx535 UnoTreeListEntry* pEntry = getEntry( *pNodes++ ); in ChangeNodesSelection()
806 UnoTreeListEntry* pEntry = getEntry( xNode ); in isNodeExpanded()
825 UnoTreeListEntry* pEntry = getEntry( xNode ); in makeNodeVisible()
837 UnoTreeListEntry* pEntry = getEntry( xNode ); in isNodeVisible()
848 UnoTreeListEntry* pEntry = getEntry( xNode ); in expandNode()
860 UnoTreeListEntry* pEntry = getEntry( xNode ); in collapseNode()
922 UnoTreeListEntry* pEntry = getEntry( i_Node, true ); in getNodeRect()
973 UnoTreeListEntry* pEntry = getEntry( xNode ); in startEditingAtNode()
1097 UnoTreeListEntry* pNodeEntry = getEntry( xNode, false ); in updateNode()
1107 pParentEntry = getEntry( xParentNode ); in updateNode()
[all …]
/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A DXmlZipExtract.java91 byte b[] = getEntry(cname); in getContentXmlInt()
109 public byte[] getEntry(String entryName) throws IOException in getEntry() method in XmlZipExtract
112 ZipEntry ze = zf.getEntry(entryName); in getEntry()
/aoo41x/main/writerfilter/source/doctok/
H A DPLCF.hxx115 typename T::Pointer_t getEntry(sal_uInt32 nIndex) const;
147 typename T::Pointer_t PLCF<T>::getEntry(sal_uInt32 nIndex) const in getEntry() function in writerfilter::doctok::PLCF
180 typename T::Pointer_t pT = getEntry(n); in dump()
H A DWW8Sttbf.cxx75 rtl::OUString WW8Sttbf::getEntry(sal_uInt32 nPos) const in getEntry() function in writerfilter::doctok::WW8Sttbf
101 WW8StringValue::Pointer_t pVal(new WW8StringValue(mpSttbf->getEntry(n))); in resolve()
138 WW8SttbRgtplc::getEntry(sal_uInt32 nIndex) in getEntry() function in writerfilter::doctok::WW8SttbRgtplc
H A DWW8BinTableImpl.hxx87 { return mData.getEntry(nIndex)->get(); } in getPageNumber()
H A DWW8Sttbf.hxx90 rtl::OUString getEntry(sal_uInt32 nPos) const;
H A DWW8FontTable.cxx57 WW8FontTable::getEntry(sal_uInt32 nIndex) in getEntry() function in writerfilter::doctok::WW8FontTable
H A DWW8LFOTable.cxx67 WW8LFOTable::getEntry(sal_uInt32 nIndex) in getEntry() function in writerfilter::doctok::WW8LFOTable
H A DWW8ListTable.cxx73 WW8ListTable::getEntry(sal_uInt32 nIndex) in getEntry() function in writerfilter::doctok::WW8ListTable
/aoo41x/main/i18npool/source/indexentry/
H A Dindexentrysupplier_asian.cxx90 return getIndexCharacter(getEntry(rIndexEntry, rPhoneticEntry, rLocale), rLocale, aAlgorithm); in getIndexKey()
99 sal_Int32 result = collator->compareString(getEntry(rIndexEntry1, rPhoneticEntry1, rLocale1), in compareIndexEntry()
100 getEntry(rIndexEntry2, rPhoneticEntry2, rLocale2)); in compareIndexEntry()
H A Dindexentrysupplier_default.cxx60 return index->getIndexDescription(getEntry(rIndexEntry, rPhoneticEntry, rLocale)); in getIndexKey()
69 index->getIndexWeight(getEntry(rIndexEntry1, rPhoneticEntry1, rLocale1)) - in compareIndexEntry()
70 index->getIndexWeight(getEntry(rIndexEntry2, rPhoneticEntry2, rLocale2)); in compareIndexEntry()
/aoo41x/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java217 if (documentZip.getEntry(name) != null) in isDocumentOverwriteNeeded()
502 ZipEntry original = documentZip.getEntry("META-INF/manifest.xml"); in getManifestFromDocument()
578 ze = zf.getEntry(PARCEL_DESCRIPTOR_XML); in getParcelLanguage()
/aoo41x/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
/aoo41x/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()
/aoo41x/main/svl/source/misc/
H A Dinettype.cxx97 static inline TypeIDMapEntry * getEntry(INetContentType eTypeID);
129 inline TypeIDMapEntry * Registration::getEntry(INetContentType eTypeID) in getEntry() function in unnamed_svl_inettype::Registration
866 TypeIDMapEntry * pTypeEntry = Registration::getEntry(eTypeID); in RegisterContentType()
/aoo41x/main/dbaccess/source/ui/app/
H A DAppView.cxx548 SvLBoxEntry* OApplicationView::getEntry( const Point& _aPosPixel ) const in getEntry() function in OApplicationView
551 return getDetailView()->getEntry(_aPosPixel); in getEntry()
/aoo41x/main/desktop/source/deployment/registry/help/
H A Ddp_helpbackenddb.hxx74 ::boost::optional<Data> getEntry(::rtl::OUString const & url);
/aoo41x/main/desktop/source/deployment/registry/configuration/
H A Ddp_configurationbackenddb.hxx78 ::boost::optional<Data> getEntry(::rtl::OUString const & url);
/aoo41x/main/desktop/source/deployment/registry/component/
H A Ddp_compbackenddb.hxx105 Data getEntry(::rtl::OUString const & url);
H A Ddp_compbackenddb.cxx114 ComponentBackendDb::Data ComponentBackendDb::getEntry(::rtl::OUString const & url) in getEntry() function in dp_registry::backend::component::ComponentBackendDb
/aoo41x/main/desktop/source/deployment/registry/package/
H A Ddp_extbackenddb.hxx82 Data getEntry(::rtl::OUString const & url);
H A Ddp_extbackenddb.cxx104 ExtensionBackendDb::Data ExtensionBackendDb::getEntry(::rtl::OUString const & url) in getEntry() function in dp_registry::backend::bundle::ExtensionBackendDb
/aoo41x/main/framework/inc/classes/
H A Dcheckediterator.hxx309 inline typename TContainer::const_iterator getEntry() in getEntry() function in framework::CheckedIterator
/aoo41x/main/sw/source/filter/ww8/
H A DWW8Sttbf.hxx76 ::rtl::OUString getEntry(sal_uInt32 nEntry) const in getEntry() function in ww8::WW8Sttb

Completed in 135 milliseconds

123