Home
last modified time | relevance | path

Searched refs:op (Results 1 – 25 of 87) sorted by relevance

1234

/trunk/main/rsc/source/rscpp/
H A Dcpp5.c96 isbinary(op) in isbinary() argument
97 register int op; in isbinary()
99 return (op >= FIRST_BINOP && op <= LAST_BINOP);
103 isunary(op) in isunary() argument
104 register int op; in isunary()
106 return (op >= FIRST_UNOP && op <= LAST_UNOP);
109 #define isbinary(op) (op >= FIRST_BINOP && op <= LAST_BINOP) argument
110 #define isunary(op) (op >= FIRST_UNOP && op <= LAST_UNOP) argument
256 opname[op], opdope[op], binop, opp->skip); in eval()
307 opp->op = (char)op; in eval()
[all …]
/trunk/main/sal/osl/unx/
H A Dsemaphor.c248 struct sembuf op; in osl_acquireSemaphore() local
251 op.sem_num= 0; in osl_acquireSemaphore()
252 op.sem_op= -1; in osl_acquireSemaphore()
253 op.sem_flg= SEM_UNDO; in osl_acquireSemaphore()
272 struct sembuf op; in osl_tryToAcquireSemaphore() local
275 op.sem_num= 0; in osl_tryToAcquireSemaphore()
276 op.sem_op= -1; in osl_tryToAcquireSemaphore()
296 struct sembuf op; in osl_releaseSemaphore() local
299 op.sem_num= 0; in osl_releaseSemaphore()
300 op.sem_op= 1; in osl_releaseSemaphore()
[all …]
/trunk/main/ucb/source/ucp/gio/
H A Dgio_mount.cxx31 static void ooo_mount_operation_ask_password (GMountOperation *op,
35 static void ooo_mount_operation_init (OOoMountOperation *op) in ooo_mount_operation_init() argument
37 op->m_pPrevPassword = NULL; in ooo_mount_operation_init()
38 op->m_pPrevUsername = NULL; in ooo_mount_operation_init()
63 static void ooo_mount_operation_ask_password (GMountOperation *op, in ooo_mount_operation_ask_password() argument
69 OOoMountOperation *pThis = (OOoMountOperation*)op; in ooo_mount_operation_ask_password()
78 g_mount_operation_reply (op, G_MOUNT_OPERATION_ABORTED); in ooo_mount_operation_ask_password()
127 g_mount_operation_reply (op, G_MOUNT_OPERATION_ABORTED); in ooo_mount_operation_ask_password()
134 g_mount_operation_reply (op, G_MOUNT_OPERATION_ABORTED); in ooo_mount_operation_ask_password()
155 g_mount_operation_set_password_save(op, G_PASSWORD_SAVE_NEVER); in ooo_mount_operation_ask_password()
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java140 return ((op.compareTo(">") == 0) || in isLogicalOp()
141 (op.compareTo("<") == 0) || in isLogicalOp()
142 (op.compareTo(">=") == 0) || in isLogicalOp()
143 (op.compareTo("<=") == 0) || in isLogicalOp()
144 (op.compareTo("=") == 0) || in isLogicalOp()
145 (op.compareTo("<>") == 0)); in isLogicalOp()
403 String op = new String(); in getLogicalOperator() local
407 op += look; in getLogicalOperator()
411 return op; in getLogicalOperator()
517 match(op); in addOp()
[all …]
H A DToken.java47 public Token(String op, int type, int id, int args) { in Token() argument
48 this.value = op; in Token()
55 priority = PrecedenceTable.getPrecedence(op); in Token()
H A DPrecedenceTable.java74 public static int getPrecedence(String op) { in getPrecedence() argument
75 Object obj = map.get(op); in getPrecedence()
/trunk/main/soltools/cpp/
H A D_eval.c248 enum toktype ops[NSTAK], *op; variable
277 op = ops; in eval()
278 *op++ = END; in eval()
306 *op++ = tp->type; in eval()
349 *op++ = tp->type; in eval()
356 *op++ = LP; in eval()
364 if (op <= ops || op[-1] != LP) in eval()
368 op--; in eval()
420 oper = *--op; in evalop()
592 if (op[-1] != QUEST) in evalop()
[all …]
H A D_macro.c717 char *op; in builtin() local
736 op = outptr; in builtin()
737 *op++ = '"'; in builtin()
743 op = outnum(op - 1, s->line); in builtin()
752 *op++ = '\\'; in builtin()
753 op--; in builtin()
760 op += 11; in builtin()
765 op += 8; in builtin()
773 *op++ = '"'; in builtin()
775 tp->len = op - outptr; in builtin()
[all …]
/trunk/main/oox/source/token/
H A Dtokens.pl25 $op = shift @ARGV;
26 die "Error: invalid operation" unless( $op >= 1 && $op <= 3);
28 if( $op == 3 ) {
60 if( $op == 1 ) {
62 } elsif( $op == 2 ) {
64 } elsif( $op == 3 ) {
71 if( $op == 1 ) {
73 } elsif( $op == 3 ) {
H A Dproperties.pl25 $op = shift @ARGV;
26 die "Error: invalid operation" unless( $op >= 1 && $op <= 2);
40 if( $op == 1 ) {
42 } elsif( $op == 2 ) {
49 if( $op == 1 ) {
51 } elsif( $op == 2 ) {
H A Dnamespaces.pl25 $op = shift @ARGV;
26 die "Error: invalid operation" unless( $op >= 1 && $op <= 3);
31 if( $op == 1 ) {
50 if( $op == 1 ) { print( "const sal_Int32 NMSP_$1 = $i << NMSP_SHIFT;\n" ); }
51 elsif( $op == 2 ) { print( "{ $id, \"$2\" },\n" ); }
52 elsif( $op == 3 ) { print( "$id $1 $2\n" ); }
/trunk/main/x11_extensions/inc/
H A DXrender.h277 int op,
316 int op,
330 int op,
344 int op,
371 int op,
384 int op,
397 int op,
415 int op,
426 int op,
437 int op,
[all …]
H A Drenderproto.h303 CARD8 op; member
343 CARD8 op; member
359 CARD8 op; member
375 CARD8 op; member
391 CARD8 op; member
455 CARD8 op; member
477 CARD8 op; member
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx590 StgDirEntry* op = aOIter.First(); in Revert() local
591 while( op ) in Revert()
593 op->aEntry = op->aSave; in Revert()
594 op->bDirty = sal_False; in Revert()
597 if( op->bCreated ) in Revert()
599 op->bCreated = sal_False; in Revert()
600 op->Close(); in Revert()
601 op->bInvalid = sal_True; in Revert()
604 else if( op->bRemoved ) in Revert()
605 op->bRemoved = op->bInvalid = op->bTemp = sal_False; in Revert()
[all …]
/trunk/extras/l10n/source/nl/
H A Dlocalize.sdf11989 …882442 0 nl Zoek het @WIKIEXTENSIONFILENAME@.oxt bestand op, klik op Openen en klik dan op Slui…
22913op de huidige dia wilt selecteren, klikt u op het pictogram \<emph\>Selecteren\</emph\> (de witte …
33070 …hp 0 help par_id3154094 3 0 nl Klik op de werkbalk \<emph\>Standaard\</emph\> of op de werkbalk …
33111 …xt\shared\00\00000402.xhp 0 help par_id3155083 456 0 nl Klik op de werkbalk Standaard op 2020…
33709 …text\shared\00\00000401.xhp 0 help par_id3153830 3 0 nl Klik op de werkbalk Standaard op 2020…
35348 … Een andere gebruiker probeert het gedeelde document op te slaan en lost op dit moment conflicten
38052 … opgeslagen. Dubbelklik op dit item of klik op het plus-teken om het item uit te breiden. Klik op
62206 …ext\swriter\00\00000402.xhp 0 help par_id3143228 3 0 nl Klik op de werkbalk Invoegen op 20200…
62736 …nl Klik op \<emph\>Uit bestand\</emph\>, zoek het bestand op dat de opmaakprofielen bevat die u wi…
63833op een item om gerelateerde termen voor dat item op te zoeken. U kunt ook, op uw toetsenbord, op d…
[all …]
/trunk/main/configmgr/source/
H A Dxcuparser.cxx274 Operation op = OPERATION_MODIFY; in handleComponentData() local
314 op = parseOperation(reader.getAttributeValue(true)); in handleComponentData()
361 switch (op) { in handleComponentData()
536 Operation op = OPERATION_FUSE; in handleLocpropValue() local
607 switch (op) { in handleLocpropValue()
659 Operation op = OPERATION_MODIFY; in handleGroupProp() local
716 type, op, finalized); in handleGroupProp()
887 Operation op = OPERATION_MODIFY; in handleGroupNode() local
936 if (op != OPERATION_MODIFY && op != OPERATION_FUSE) { in handleGroupNode()
960 Operation op = OPERATION_MODIFY; in handleSetNode() local
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DFormulaMapGroupSpecialOffset.idl43 /** Formula tokens containing the op-code obtained from this offset
73 /** Formula tokens containing the op-code obtained from this offset
84 /** Formula tokens containing the op-code obtained from this offset
97 /** Formula tokens containing the op-code obtained from this offset
112 /** Formula tokens containing the op-code obtained from this offset
122 /** Formula tokens containing the op-code obtained from this offset
127 "missing" op-code.</p>
136 /** Formula tokens containing the op-code obtained from this offset
148 /** Formula tokens containing the op-code obtained from this offset
171 /** Formula tokens containing the op-code obtained from this offset
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dexpression.py38 chars += node.op
54 self.op = None
74 self.ptr.op = token
80 self.ptr.op = token
86 self.ptr.op = token
92 self.ptr.right.op = token
/trunk/main/vcl/unx/generic/window/
H A Dsalobj.cxx294 const int op = ShapeSet; in ResetClipRegion() local
317 op, ordering ); in ResetClipRegion()
344 int op; in EndSetClipRegion() local
349 op = ShapeSet; in EndSetClipRegion()
352 op = ShapeSubtract; in EndSetClipRegion()
355 op = ShapeSet; in EndSetClipRegion()
358 op = ShapeUnion; in EndSetClipRegion()
369 op, ordering ); in EndSetClipRegion()
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx89 bool WriteRegistry( MSIHANDLE & hMSI, OPERATION op, const wchar_t* componentName) in WriteRegistry() argument
122 switch (op) in WriteRegistry()
289 bool DoRegEntries( MSIHANDLE& rhMSI, OPERATION op, MSIHANDLE& rhView) in DoRegEntries() argument
405 switch (op) in DoRegEntries()
435 bool Reg64(MSIHANDLE& rhMSI, OPERATION op) in Reg64() argument
451 DoRegEntries( rhMSI, op, hView); in Reg64()
/trunk/main/solenv/inc/
H A Dos2.mk277 LINKFLAGS=op symf op caseexact op statics op MANY
282 LINKFLAGSTACK=op stack=
284 LINKFLAGSDEBUG=debug all op undefsok
/trunk/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl695 my $op = $conv_op_ref->[$i];
697 $op =~ s/__last_x__/$last_pos_x/g;
698 $op =~ s/__last_y__/$last_pos_y/g;
699 $op =~ s/__wR__/$wR/g;
700 $op =~ s/__hR__/$hR/g;
702 my $fmla = insert_formula( "", $op );
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx635 static PyObject *PyUNO_richcompare( PyObject *self, PyObject *that, int op ) in PyUNO_richcompare() argument
637 switch (op) in PyUNO_richcompare()
643 if (op == Py_EQ) in PyUNO_richcompare()
667 if (op == Py_EQ) in PyUNO_richcompare()
677 if (op == Py_EQ) in PyUNO_richcompare()
685 if (op == Py_EQ) in PyUNO_richcompare()
/trunk/extras/l10n/source/ss/
H A Dlocalize.sdf3783 sd source\ui\app\strings.src 0 string STR_STOP 175 ss St~op 2002-02-02 02:02:02
6510 …s Waarskuwing: Nie al die ingevoerde EPS-grafika kon op vlak1 gestoor word nie\naangesien sommige
10094 … Bladsynommers kan nie op die huidige bladsy toegepas word nie. Ewe getalle kan op linkerbladsye …
13145 …DESCRIPTIONS2.SC_OPCODE_VAR_A 1 0 ss Lewer die variansie gebaseer op 'n monster op. Teks word as…
13150 …PTIONS2.SC_OPCODE_VAR_P_A 1 0 ss Lewer die variansie gebaseer op die hele populasie op. Teks wor…
13156 …2.SC_OPCODE_ST_DEV_A 1 0 ss Lewer die standaard afwyking gebaseer op 'n monster op. Teks word as…
13161 …PCODE_ST_DEV_P_A 1 0 ss Lewer die standaard afwyking gebaseer op die hele populasie op. Teks wor…
14331 …die huidige blaai beskerm is. \n\nKies 'Beskerm dokument' op die 'Nutsgoed'-kieslys en kliek op 'B…
16435 svx source\svdraw\svdstr.src 0 string STR_ItemValTEXTANI_UP 0 ss op 2002-02-02 02:02:02
22164 vcl source\src\helptext.src 0 string SV_HELPTEXT_ROLLUP 0 ss Rol op 2002-02-02 02:02:02
[all …]
/trunk/extras/l10n/source/st/
H A Dlocalize.sdf3783 sd source\ui\app\strings.src 0 string STR_STOP 175 st St~op 2002-02-02 02:02:02
6510 …t Waarskuwing: Nie al die ingevoerde EPS-grafika kon op vlak1 gestoor word nie\naangesien sommige
10094 … Bladsynommers kan nie op die huidige bladsy toegepas word nie. Ewe getalle kan op linkerbladsye …
13145 …DESCRIPTIONS2.SC_OPCODE_VAR_A 1 0 st Lewer die variansie gebaseer op 'n monster op. Teks word as…
13150 …PTIONS2.SC_OPCODE_VAR_P_A 1 0 st Lewer die variansie gebaseer op die hele populasie op. Teks wor…
13156 …2.SC_OPCODE_ST_DEV_A 1 0 st Lewer die standaard afwyking gebaseer op 'n monster op. Teks word as…
13161 …PCODE_ST_DEV_P_A 1 0 st Lewer die standaard afwyking gebaseer op die hele populasie op. Teks wor…
14331 …die huidige blaai beskerm is. \n\nKies 'Beskerm dokument' op die 'Nutsgoed'-kieslys en kliek op 'B…
16435 svx source\svdraw\svdstr.src 0 string STR_ItemValTEXTANI_UP 0 st op 2002-02-02 02:02:02
22164 vcl source\src\helptext.src 0 string SV_HELPTEXT_ROLLUP 0 st Rol op 2002-02-02 02:02:02
[all …]

Completed in 1724 milliseconds

1234