Home
last modified time | relevance | path

Searched refs:operator (Results 51 – 75 of 141) sorted by relevance

123456

/trunk/main/graphite/
H A Dgraphite-2.3.1_debug.patch4 GlyphSetIterator::reference GlyphSetIterator::operator*() const
H A Dgraphite-2.3.1.patch2138 bool WinFont::LogFontHashFuncs::operator() (const WinFont::LogFontWrapper & key1,
2143 + return (operator()(key1) < operator()(key2));
2183 bool operator==(const FontCacheValue & val) const
2450 - bool operator==(const GlyphSetIterator & rhs) const throw() { return m_vit == rhs.m_vit; }
2451 + bool operator==(const GlyphSetIterator & rhs) const throw() { return (m_qvislout == NULL) || (m_v…
2452 bool operator!=(const GlyphSetIterator & rhs) const throw() { return !(*this == rhs); }
/trunk/main/codemaker/test/cppumaker/
H A Dtypes.idl232 service operator: com::sun::star::uno::XInterface {
233 operator([in] long operator); };
489 singleton operator: com::sun::star::uno::XInterface;
/trunk/main/writerfilter/source/resourcemodel/
H A Dsprmcodetostrheader40 string SprmIdToString::operator()(sal_uInt32 nId)
H A Dqnametostrheader40 string WRITERFILTER_DLLPUBLIC QNameToString::operator()(Id qName)
/trunk/main/vcl/inc/
H A Dtoolbox.h94 ImplToolItem& operator=(const ImplToolItem&);
/trunk/main/offapi/com/sun/star/awt/
H A DRasterOperation.idl47 the other operator of an exclusive or-operation.
/trunk/main/offapi/com/sun/star/sdb/
H A DSQLFilterOperator.idl29 /** These constants are used to specify the filter operator
/trunk/main/offapi/com/sun/star/ucb/
H A DRuleTerm.idl50 /** the operator used to compare the property of the document with
/trunk/main/offapi/com/sun/star/i18n/
H A DKParseType.idl47 /// A Boolean operator like &lt;, &gt;, &lt;&gt;, =, &lt;=, &gt;=
/trunk/main/vcl/inc/aqua/
H A Dsalframe.h212 AquaSalFrame& operator=(const AquaSalFrame&);
/trunk/main/offapi/com/sun/star/chart/
H A DXChartData.idl94 value using the = operator, you may not get the desired
/trunk/main/i18npool/source/breakiterator/data/
H A Dline.txt49 # stop immediately when a look ahead rule ( '/' operator) matches,
50 # and set the match position to that of the look-ahead operator,
/trunk/main/starmath/source/
H A Dsmres.src1688 Text [ en-US ] = "Unary operator expected" ;
1693 Text [ en-US ] = "Binary operator expected" ;
/trunk/main/offapi/com/sun/star/ui/
H A DItemStyle.idl37 The style values can be combined with the OR operator. Styles which are not valid
/trunk/main/formula/inc/formula/
H A Dcompiler.hrc49 #define SC_OPCODE_PERCENT_SIGN 19 /* operator _follows_ value */
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y4313 operator rtl::OUString () const { return rtl::OUString(str, length, RTL_TEXTENCODING_ASCII_US); }
4315 operator const sal_Char * () const { return str; }
4316 operator ::rtl::OString() const { return str; }
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch322 operator BSTR()
341 const T& operator[](int nElement) const
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src280 Text [ en-US ] = "The query can not be executed. The operator is too complex." ;
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl250 * % is the modulo operator in C which calculates the rest of an Integer division
/trunk/main/xsltml/
H A Dxsltml_2.1.2.patch728 …ter($content, '&#x02207;')"/></xsl:call-template></xsl:when> <!--/nabla del, Hamilton operator -->
754 …nt, '&#x0222C;')"/></xsl:call-template></xsl:when> <!--double integral operator --> <!-- Required…
755 …x0222D;')"/></xsl:call-template></xsl:when> <!--/iiint triple integral operator --> <!-- Required…
756 …content, '&#x0222E;')"/></xsl:call-template></xsl:when> <!--/oint L: contour integral operator -->
923 …template></xsl:when> <!--/odot B: middle dot in circle --> <!--/bigodot L: circle dot operator -->
924 …template></xsl:when> <!--/odot B: middle dot in circle --> <!--/bigodot L: circle dot operator -->
960 …r($content, '&#x022C0;')"/></xsl:call-template></xsl:when> <!--/bigwedge L: logical or operator -->
961 …r($content, '&#x022C1;')"/></xsl:call-template></xsl:when> <!--/bigcap L: intersection operator -->
962 …er($content, '&#x022C2;')"/></xsl:call-template></xsl:when> <!--/bigvee L: logical and operator -->
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile1025 # undefined via #undef or recursively expanded use the := operator
1026 # instead of the = operator.
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini466 0x00F00000=uint8,dec,operator,DATAVALIDATION-OPERATOR
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg1264 # undefined via #undef or recursively expanded use the := operator
1265 # instead of the = operator.
/trunk/main/icc/
H A DSampleICC-1.3.2.patch103 - DPX::operator<(const DPX& p) const
104 + operator<(const DPX& p) const

Completed in 181 milliseconds

123456