Home
last modified time | relevance | path

Searched refs:nOp (Results 1 – 18 of 18) sorted by relevance

/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx158 bool getOpCodeString( String& rStr, sal_uInt16 nOp );
186 bool OpCodeList::getOpCodeString( String& rStr, sal_uInt16 nOp ) in getOpCodeString() argument
188 switch (nOp) in getOpCodeString()
239 ResId aRes(nOp,*ResourceManager::getResManager()); in putDefaultOpCode()
242 xMap->putOpCode(aRes, OpCode(nOp)); in putDefaultOpCode()
405 … for (sal_uInt16 nOp = SC_OPCODE_START_UN_OP; nOp < SC_OPCODE_STOP_UN_OP && nOp < mnSymbols; ++nOp) in createSequenceOfAvailableMappings() local
407 switch (nOp) in createSequenceOfAvailableMappings()
421 …for (sal_uInt16 nOp = SC_OPCODE_START_BIN_OP; nOp < SC_OPCODE_STOP_BIN_OP && nOp < mnSymbols; ++nO… in createSequenceOfAvailableMappings() local
423 switch (nOp) in createSequenceOfAvailableMappings()
452 … for (sal_uInt16 nOp = SC_OPCODE_START_2_PAR; nOp < SC_OPCODE_STOP_2_PAR && nOp < mnSymbols; ++nOp) in createSequenceOfAvailableMappings() local
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dlotread.cxx55 sal_uInt16 nOp; in Read() local
74 *pIn >> nOp >> nRecLen; in Read()
85 if( nOp ) in Read()
119 switch( nOp ) in Read()
247 sal_uInt16 nOp; in Read() local
262 *pIn >> nOp >> nRecLen; in Read()
270 switch( nOp ) in Read()
/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx95 sal_uInt8 nOp, nLen, nByte; in Convert() local
133 aIn >> nOp; in Convert()
464 switch ( nOp ) in Convert()
505 switch ( nOp ) in Convert()
725 switch ( nOp ) in Convert()
902 aIn >> nOp; in Convert()
1257 rStrm >> nOp; in ConvertExternName()
1263 switch( nOp ) in ConvertExternName()
1428 sal_uInt8 nOp; in GetAbsRefs() local
1439 aIn >> nOp; in GetAbsRefs()
[all …]
H A Dexcform.cxx232 aIn >> nOp; in Convert()
545 switch ( nOp ) in Convert()
585 switch ( nOp ) in Convert()
748 switch ( nOp ) in Convert()
826 switch ( nOp ) in Convert()
925 aIn >> nOp; in Convert()
1330 sal_uInt8 nOp; in GetAbsRefs() local
1342 rStrm >> nOp; in GetAbsRefs()
1345 switch( nOp ) in GetAbsRefs()
1761 sal_uInt8 nOp; in GetShrFmla() local
[all …]
H A Dexcrecds.cxx572 void ExcFilterCondition::SetCondition( sal_uInt8 nTp, sal_uInt8 nOp, double fV, String* pT ) in SetCondition() argument
575 nOper = nOp; in SetCondition()
659 sal_Bool XclExpAutofilter::AddCondition( ScQueryConnect eConn, sal_uInt8 nType, sal_uInt8 nOp, in AddCondition() argument
672 aCond[ nInd ].SetCondition( nType, nOp, fVal, pText ); in AddCondition()
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx68 void CompositePicture( int nOp, Picture aSrc, Picture aMask, Picture aDst,
80 void FillRectangle( int nOp, Picture aDst, const XRenderColor*,
82 void CompositeTrapezoids( int nOp, Picture aSrc, Picture aDst,
314 inline void XRenderPeer::CompositeTrapezoids( int nOp, in CompositeTrapezoids() argument
319 XRenderCompositeTrapezoids( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTrapezoids()
322 (*mpXRenderCompositeTrapezoids)( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTrapezoids()
/trunk/main/dbaccess/source/core/api/
H A Dquerycomposer.cxx282 sal_Int32 nOp = SQLFilterOperator::EQUAL; in appendFilterByColumn() local
292 nOp = SQLFilterOperator::LIKE; in appendFilterByColumn()
295 nOp = SQLFilterOperator::EQUAL; in appendFilterByColumn()
298 m_xComposerHelper->appendFilterByColumn(column,sal_True,nOp); in appendFilterByColumn()
/trunk/main/sc/source/filter/inc/
H A Dexcrecds.hxx408 void SetCondition( sal_uInt8 nTp, sal_uInt8 nOp, double fV, String* pT );
425 sal_uInt8 nOp, double fVal, String* pText,
/trunk/main/writerfilter/source/doctok/
H A DDffImpl.cxx420 sal_uInt32 nOp = get_op(); in resolveNoAuto() local
428 pVal = createValue((nOp & nMask) != 0); in resolveNoAuto()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx1687 sal_Int32 nOp = SQLFilterOperator::EQUAL; in impl_appendFilterByColumn_throw() local
1697 nOp = SQLFilterOperator::LIKE; in impl_appendFilterByColumn_throw()
1700 nOp = SQLFilterOperator::EQUAL; in impl_appendFilterByColumn_throw()
1703 m_xParser->appendFilterByColumn( pParam->xField, sal_True,nOp ); in impl_appendFilterByColumn_throw()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx1789 void DumpEscherProp( sal_uInt16 nId, sal_Bool bBid, sal_Bool bComplex, sal_uInt32 nOp, in DumpEscherProp() argument
2101 rStreamOffset += nOp; in DumpEscherProp()
2104 *pOut << " op: 0x" << nOp; in DumpEscherProp()
2163 sal_uInt16 nId; sal_uInt32 nOp, nStreamOffset = nInst * 6; in DumpEscherRec() local
2168 !WW8ReadUINT32( *xTableStream, nOp )) in DumpEscherRec()
2174 ::DumpEscherProp( nId, bBid, bComplex, nOp, nStreamOffset ); in DumpEscherRec()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx732 void SvXMLNumFmtExport::WriteMapElement_Impl( sal_Int32 nOp, double fLimit, in WriteMapElement_Impl() argument
737 if ( nOp != NUMBERFORMAT_OP_NO ) in WriteMapElement_Impl()
743 switch ( nOp ) in WriteMapElement_Impl()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx528 sal_uInt16 nOp) in BroadcastStyleOperation() argument
540 pPool->Broadcast(SfxStyleSheetHint( nOp, *pBase )); in BroadcastStyleOperation()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx2238 sal_Int32 nOp = SQLFilterOperator::EQUAL; in Execute() local
2248 nOp = SQLFilterOperator::LIKE; in Execute()
2251 nOp = SQLFilterOperator::EQUAL; in Execute()
2258 xParser->appendHavingClauseByColumn(xField,sal_True,nOp), in Execute()
2267 xParser->appendFilterByColumn(xField,sal_True,nOp), in Execute()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnumfe.hxx90 SAL_DLLPRIVATE void WriteMapElement_Impl( sal_Int32 nOp, double fLimit,
/trunk/main/sw/inc/
H A Ddoc.hxx1429 sal_uInt16 nOp);
/trunk/extras/l10n/source/nl/
H A Dlocalize.sdf17446 … gebruikersgegevens uit %OLD_VERSION en de registratie van %PRODUCTNAME.\n\nOp 'Volgende' klikken …
17453 …leidt u door de licentieovereenkomst en de registratie van %PRODUCTNAME.\n\nOp 'Volgende' klikken …
72195 …212 nl De naam invoeren van de Adabas D database waarmee u wilt verbinden.\nOp 'Bladeren...' klikk…
72199 …T 212 nl De naam invoeren van de ODBC-database waarmee u wilt verbinden.\nOp 'Bladeren...' klikk…
/trunk/extras/l10n/source/cs/
H A Dlocalize.sdf10866 …cs Dokument obsahuje informace, které neumí tato verze programu rozpoznat.\nOpětovné uložení dokum…

Completed in 1945 milliseconds