Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 24 of 24) sorted by relevance

/AOO42X/main/framework/inc/
H A Dstdtypes.h64 size_t operator()( const ::sal_Int16& nShort ) const in operator() function
72 size_t operator()( const ::sal_Int32& nValue ) const in operator() function
80 size_t operator()( const css::awt::KeyEvent& aEvent ) const in operator() function
91 bool operator()(const css::awt::KeyEvent aKey1, in operator() function
/AOO42X/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h113 OInterfaceIteratorHelper & operator = ( const OInterfaceIteratorHelper & ) SAL_THROW( () ); variable
247 OInterfaceContainerHelper & operator = ( const OInterfaceContainerHelper & ) SAL_THROW( () ); variable
266 void operator()( const ::com::sun::star::uno::Reference<ListenerT>& listener ) const in operator() function
420 …inline OMultiTypeInterfaceContainerHelperVar & operator = ( const OMultiTypeInterfaceContainerHelp… variable
507 size_t operator()(const ::com::sun::star::uno::Type & s) const SAL_THROW( () ) in operator() function
607 …inline OMultiTypeInterfaceContainerHelper & operator = ( const OMultiTypeInterfaceContainerHelper … variable
/AOO42X/main/bridges/source/jni_uno/
H A Djni_base.h75 void operator = ( JNI_context ); // not impl variable
138 void operator = ( JNI_guarded_context ); // not impl variable
176 inline JLocalAutoRef & operator = ( JLocalAutoRef & auto_ref ); variable
262 void operator = ( TypeDescr ); // not impl variable
/AOO42X/main/framework/inc/threadhelp/
H A Dinoncopyable.h67 INonCopyable& operator= ( const INonCopyable& rCopy ); variable
/AOO42X/main/desktop/source/deployment/inc/
H A Ddp_resource.h46 const ::rtl::OUString operator () () { return getResourceString(id); } in operator() function
/AOO42X/main/vcl/inc/aqua/
H A Dsalprn.h120 AquaSalInfoPrinter& operator=(const AquaSalInfoPrinter&); variable
156 AquaSalPrinter& operator=(const AquaSalPrinter&); variable
H A Dsalframe.h212 AquaSalFrame& operator=(const AquaSalFrame&); variable
/AOO42X/main/vcl/inc/
H A Dimage.h73 void operator=( const ImplImageBmp& ); variable
102 ImageAryData& operator=( const ImageAryData& rData ); member
175 void operator=( const ImplImage&); member
H A Dtoolbox.h94 ImplToolItem& operator=(const ImplToolItem&); member
/AOO42X/test/testuno/source/fvt/uno/sc/data/
H A DStardarFilterTest.java57 private Enum operator; field in StardarFilterTest
106 public StardarFilterTest(Enum operator, int column, int value, boolean[] rowshow) { in StardarFilterTest()
H A DSubTotalsFunction.java58 private GeneralFunction operator; field in SubTotalsFunction
113 public SubTotalsFunction(Enum operator, String operatorString, in SubTotalsFunction()
/AOO42X/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_shared.h55 const css::lang::Locale operator () () { in operator() function
68 ResMgr * operator () () { in operator() function
/AOO42X/main/cppu/inc/com/sun/star/uno/
H A DReference.h492 …inline Reference< interface_type > & SAL_CALL operator = ( interface_type * pInterface ) SAL_THROW… variable
499 …inline Reference< interface_type > & SAL_CALL operator = ( const Reference< interface_type > & rRe… variable
H A DSequence.h137 inline Sequence< E > & SAL_CALL operator = ( const Sequence< E > & rSeq ) variable
H A DType.h138 inline Type & SAL_CALL operator = ( const Type & rType ) SAL_THROW( () ); variable
H A DAny.h116 inline Any & SAL_CALL operator = ( const Any & rAny ) SAL_THROW( () ); variable
/AOO42X/main/tools/inc/tools/
H A Dweakbase.h122 inline WeakReference<reference_type>& operator= (const WeakReference<reference_type> & handle); variable
/AOO42X/main/desktop/source/deployment/gui/
H A Ddp_gui.h87 void operator =(SelectedPackage &); // not defined variable
/AOO42X/main/sal/inc/rtl/
H A Dbyteseq.h233 inline ByteSequence & SAL_CALL operator = ( const ByteSequence & rSeq ) SAL_THROW( () ); variable
/AOO42X/main/winaccessibility/source/UAccCOM/
H A Dacccommon.h33 bool operator()(REFGUID rguid1, REFGUID rguid2) const in operator() function
/AOO42X/test/testuno/source/testlib/uno/
H A DTestUtil.java174 public static String connectByOperator(double[] number, String operator) throws Exception{ in connectByOperator()
/AOO42X/main/rsc/inc/
H A Drscerror.h104 ERRTYPE& operator = ( const ERRTYPE & rError ); variable
/AOO42X/main/cli_ure/source/uno_bridge/
H A Dcli_base.h151 void operator = ( TypeDescr ); // not impl variable
/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java279 final short operator = currentControlRow.getSelectedOperator(); in getFilterConditions() local