Home
last modified time | relevance | path

Searched defs:get (Results 26 – 50 of 200) sorted by relevance

12345678

/trunk/main/sal/inc/rtl/
H A Dbootstrap.hxx165 inline sal_Bool Bootstrap::get( const ::rtl::OUString &sName, in get() function in rtl::Bootstrap
171 inline void Bootstrap::get( const ::rtl::OUString &sName, in get() function in rtl::Bootstrap
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DGlobalLogWriter.java47 protected static synchronized LogWriter get() in get() method in GlobalLogWriter
/trunk/main/l10ntools/java/jpropex/java/
H A DOrderedHashMap.java36 public Object get( Object key ) { return hm.get( key ); } in get() method in OrderedHashMap
37 public Object get( int index ) { return hm.get( list.get( index ) ); } in get() method in OrderedHashMap
/trunk/main/cppu/inc/com/sun/star/uno/
H A DReference.h90 inline XInterface * SAL_CALL get() const SAL_THROW( () ) in get() function in com::sun::star::uno::BaseReference
365 inline interface_type * SAL_CALL get() const SAL_THROW( () ) in get() function in com::sun::star::uno::Reference
/trunk/main/sfx2/source/inc/
H A Dappbaslib.hxx62 get() const { return mpBasicManager; } in get() function in SfxBasicManagerHolder
/trunk/main/xmlreader/source/
H A Dpad.cxx61 Span Pad::get() const { in get() function in xmlreader::Pad
/trunk/main/writerfilter/source/doctok/
H A DXNoteHelperImpl.hxx71 XNoteHelper<T>::get(sal_uInt32 nPos) in get() function in writerfilter::doctok::XNoteHelper
115 XNoteHelper<T>::get(const CpAndFc & rCpAndFc) in get() function in writerfilter::doctok::XNoteHelper
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfocuslistener.cxx42 rtl::Reference< AquaA11yFocusListener > AquaA11yFocusListener::get() in get() function in AquaA11yFocusListener
/trunk/main/svx/source/inc/
H A Dstringlistresource.hxx50 inline void get( ::std::vector< String >& _rStrings ) in get() function in svx::StringListResource
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayerholder.hxx93 ShapeAttributeLayerSharedPtr get() const in get() function in slideshow::internal::ShapeAttributeLayerHolder
/trunk/main/idlc/source/
H A Dattributeexceptions.hxx34 Part get; member
/trunk/main/bridges/source/cpp_uno/shared/
H A Dguardedarray.hxx35 T * get() const { return pointer; } in get() function in bridges::cpp_uno::shared::GuardedArray
/trunk/main/testtools/source/servicetests/
H A DTestBase.java137 Object get() throws Exception; in get() method
/trunk/main/ucb/workben/cachemap/
H A Dcachemapobject1.cxx74 rtl::Reference< Object1 > ObjectContainer1::get(rtl::OUString const & rKey) in get() function in ObjectContainer1
H A Dcachemapobject3.cxx75 rtl::Reference< Object3 > ObjectContainer3::get(rtl::OUString const & rKey) in get() function in ObjectContainer3
/trunk/main/autodoc/source/parser/tokens/
H A Dstmstarr.cxx43 for (const INT16 * get = in_aArrayModel; count < nNrOfBranches; count++, get++) in StmArrayStatus() local
/trunk/main/autodoc/source/parser_i/tokens/
H A Dstmstar2.cxx46 for (const INT16 * get = in_aArrayModel; count < nNrOfBranches; count++, get++) in StmArrayStatu2() local
/trunk/main/vcl/inc/vcl/
H A Dlazydelete.hxx251 T* get() { return m_pT; } in get() function in vcl::DeleteOnDeinit
279 ::com::sun::star::uno::Reference<I> get (void) { return m_xI; } in get() function in vcl::DeleteUnoReferenceOnDeinit
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DWaitUnreachable.java65 public synchronized Object get() { in get() method in WaitUnreachable
/trunk/main/basebmp/inc/basebmp/
H A Dpixeliterator.hxx161 value_type get() const in get() function in basebmp::PixelColumnIterator
166 value_type get(difference_type d) const in get() function in basebmp::PixelColumnIterator
303 value_type get() const in get() function in basebmp::PixelIterator
308 value_type get(difference_type const & d) const in get() function in basebmp::PixelIterator
/trunk/main/connectivity/inc/connectivity/
H A DCommonTools.hxx97 std::vector< VectorVal > & get() { return m_vector; } in get() function in connectivity::ORefVector
98 std::vector< VectorVal > const & get() const { return m_vector; } in get() function in connectivity::ORefVector
/trunk/main/unoxml/source/dom/
H A Ddomimplementation.cxx39 CDOMImplementation* CDOMImplementation::get() in get() function in DOM::CDOMImplementation
/trunk/main/salhelper/inc/salhelper/
H A Dfuturequeue.hxx86 inline rtl::Reference< salhelper::Future<element_type> > get() in get() function in salhelper::FutureQueue
/trunk/main/binaryurp/source/
H A Dbinaryany.cxx75 uno_Any * BinaryAny::get() throw () { in get() function in binaryurp::BinaryAny
/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx202 const ::com::sun::star::uno::Any& get( const sal_Char* _pAsciiValueName ) const in get() function in comphelper::NamedValueCollection
212 const ::com::sun::star::uno::Any& get( const ::rtl::OUString& _rValueName ) const in get() function in comphelper::NamedValueCollection

Completed in 77 milliseconds

12345678