/aoo4110/main/rsc/source/rscpp/ |
H A D | cpp5.c | 96 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 …]
|
/aoo4110/main/sal/osl/unx/ |
H A D | semaphor.c | 248 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 …]
|
/aoo4110/main/ucb/source/ucp/gio/ |
H A D | gio_mount.cxx | 31 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 …]
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | FormulaParser.java | 140 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 D | Token.java | 47 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 D | PrecedenceTable.java | 74 public static int getPrecedence(String op) { in getPrecedence() argument 75 Object obj = map.get(op); in getPrecedence()
|
/aoo4110/main/soltools/cpp/ |
H A D | _eval.c | 248 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.c | 716 char *op; in builtin() local 735 op = outptr; in builtin() 736 *op++ = '"'; in builtin() 742 op = outnum(op - 1, s->line); in builtin() 751 *op++ = '\\'; in builtin() 752 op--; in builtin() 759 op += 11; in builtin() 764 op += 8; in builtin() 772 *op++ = '"'; in builtin() 774 tp->len = op - outptr; in builtin() [all …]
|
/aoo4110/main/x11_extensions/inc/ |
H A D | Xrender.h | 277 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 D | renderproto.h | 303 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
|
/aoo4110/main/sot/source/sdstor/ |
H A D | stgdir.cxx | 590 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 …]
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | FormulaMapGroupSpecialOffset.idl | 43 /** 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 …]
|
/aoo4110/main/configmgr/source/ |
H A D | xcuparser.cxx | 274 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 …]
|
/aoo4110/extras/l10n/source/nl/ |
H A D | localize.sdf | 13629 …882442 0 nl Zoek het @WIKIEXTENSIONFILENAME@.oxt bestand op, klik op Openen en klik dan op Slui… 17619 …op de huidige dia wilt selecteren, klikt u op het pictogram \<emph\>Selecteren\</emph\> (de witte … 19324 …nl Klik op \<emph\>Uit bestand\</emph\>, zoek het bestand op dat de opmaakprofielen bevat die u wi… 20292 …op een item om gerelateerde termen voor dat item op te zoeken. U kunt ook, op uw toetsenbord, op d… 20393 …ext\swriter\00\00000402.xhp 0 help par_id3143228 3 0 nl Klik op de werkbalk Invoegen op 20130… 21554 …den\"\>Somt de beschikbare veldtypes op. Klik op een veldtype, klik op een veld in de lijst Select… 46987 … Een andere gebruiker probeert het gedeelde document op te slaan en lost op dit moment conflicten … 50045 …text\shared\00\00000401.xhp 0 help par_id3153830 3 0 nl Klik op de werkbalk Standaard op 2013… 50063 …hp 0 help par_id3154094 3 0 nl Klik op de werkbalk \<emph\>Standaard\</emph\> of op de werkbalk … 50104 …xt\shared\00\00000402.xhp 0 help par_id3155083 456 0 nl Klik op de werkbalk Standaard op 2013… [all …]
|
/aoo4110/main/toolkit/src2xml/source/ |
H A D | expression.py | 38 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
|
/aoo4110/main/vcl/unx/generic/window/ |
H A D | salobj.cxx | 294 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()
|
/aoo4110/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 89 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()
|
/aoo4110/main/solenv/inc/ |
H A D | os2.mk | 277 LINKFLAGS=op symf op caseexact op statics op MANY 282 LINKFLAGSTACK=op stack= 284 LINKFLAGSDEBUG=debug all op undefsok
|
/aoo4110/main/oox/source/export/ |
H A D | preset-definitions-to-shape-types.pl | 695 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 );
|
/aoo4110/main/pyuno/source/module/ |
H A D | pyuno.cxx | 635 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()
|
/aoo4110/main/sc/source/filter/lotus/ |
H A D | makefile.mk | 52 $(SLO)$/op.obj \ 60 $(SLO)$/op.obj
|
/aoo4110/extras/l10n/source/ve/ |
H A D | localize.sdf | 3783 sd source\ui\app\strings.src 0 string STR_STOP 175 ve St~op 2002-02-02 02:02:02 6510 …e 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 ve Lewer die variansie gebaseer op 'n monster op. Teks word as… 13150 …PTIONS2.SC_OPCODE_VAR_P_A 1 0 ve Lewer die variansie gebaseer op die hele populasie op. Teks wor… 13156 …2.SC_OPCODE_ST_DEV_A 1 0 ve Lewer die standaard afwyking gebaseer op 'n monster op. Teks word as… 13161 …PCODE_ST_DEV_P_A 1 0 ve 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 ve op 2002-02-02 02:02:02 22164 vcl source\src\helptext.src 0 string SV_HELPTEXT_ROLLUP 0 ve Rol op 2002-02-02 02:02:02 [all …]
|
/aoo4110/extras/l10n/source/tn/ |
H A D | localize.sdf | 3783 sd source\ui\app\strings.src 0 string STR_STOP 175 tn St~op 2002-02-02 02:02:02 6510 …n 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 tn Lewer die variansie gebaseer op 'n monster op. Teks word as… 13150 …PTIONS2.SC_OPCODE_VAR_P_A 1 0 tn Lewer die variansie gebaseer op die hele populasie op. Teks wor… 13156 …2.SC_OPCODE_ST_DEV_A 1 0 tn Lewer die standaard afwyking gebaseer op 'n monster op. Teks word as… 13161 …PCODE_ST_DEV_P_A 1 0 tn 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 tn op 2002-02-02 02:02:02 22164 vcl source\src\helptext.src 0 string SV_HELPTEXT_ROLLUP 0 tn Rol op 2002-02-02 02:02:02 [all …]
|
/aoo4110/extras/l10n/source/ts/ |
H A D | localize.sdf | 3783 sd source\ui\app\strings.src 0 string STR_STOP 175 ts 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 ts Lewer die variansie gebaseer op 'n monster op. Teks word as… 13150 …PTIONS2.SC_OPCODE_VAR_P_A 1 0 ts Lewer die variansie gebaseer op die hele populasie op. Teks wor… 13156 …2.SC_OPCODE_ST_DEV_A 1 0 ts Lewer die standaard afwyking gebaseer op 'n monster op. Teks word as… 13161 …PCODE_ST_DEV_P_A 1 0 ts 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 ts op 2002-02-02 02:02:02 22164 vcl source\src\helptext.src 0 string SV_HELPTEXT_ROLLUP 0 ts Rol op 2002-02-02 02:02:02 [all …]
|
/aoo4110/extras/l10n/source/nr/ |
H A D | localize.sdf | 3783 sd source\ui\app\strings.src 0 string STR_STOP 175 nr St~op 2002-02-02 02:02:02 6510 …r 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 nr Lewer die variansie gebaseer op 'n monster op. Teks word as… 13150 …PTIONS2.SC_OPCODE_VAR_P_A 1 0 nr Lewer die variansie gebaseer op die hele populasie op. Teks wor… 13156 …2.SC_OPCODE_ST_DEV_A 1 0 nr Lewer die standaard afwyking gebaseer op 'n monster op. Teks word as… 13161 …PCODE_ST_DEV_P_A 1 0 nr 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 nr op 2002-02-02 02:02:02 22164 vcl source\src\helptext.src 0 string SV_HELPTEXT_ROLLUP 0 nr Rol op 2002-02-02 02:02:02 [all …]
|