Searched refs:repl (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/rsc/source/rscpp/ |
| H A D | cpp4.c | 100 old = dp->repl; /* Remember replacement */ 101 dp->repl = NULL; /* No replacement now */ 208 dp->repl = savestring(work); /* Save the string */ 217 if ((old != NULL && dp->repl != NULL && !streq(old, dp->repl)) 218 || (old == NULL && dp->repl != NULL) 219 || (old != NULL && dp->repl == NULL)) { 566 inp = tokenp->repl; /* -> macro replacement */
|
| H A D | cpp6.c | 631 if (dp->repl != NULL) /* Free the replacement */ in defendel() 632 free(dp->repl); /* if any, and then */ in defendel() 644 dp->repl = NULL; in defendel() 695 if (dp->repl != NULL) { in dumpadef() 697 for (cp = dp->repl; (c = *cp++ & 0xFF) != EOS;) { in dumpadef() 735 file = getfile( strlen( dp->repl ), dp->name ); in dumpadef() 736 strcpy( file->buffer, dp->repl ); in dumpadef()
|
| H A D | cpp3.c | 266 dp->repl = savestring(ap); 480 dp->repl = savestring("1"); 501 dp->repl = tp = getmem(27);
|
| H A D | cpp.h | 176 char *repl; /* -> replacement */ member
|
| /AOO41X/main/rsc/source/rsc/ |
| H A D | rsc.cxx | 366 …air< OString, OString > >::const_iterator repl = m_aReplacements.begin(); repl != m_aReplacements.… in substitutePaths() local 368 if( rIn.compareTo( repl->second, repl->second.getLength() ) == 0 ) // path matches in substitutePaths() 370 …if( last_match == m_aReplacements.end() || last_match->second.getLength() < repl->second.getLength… in substitutePaths() 371 last_match = repl; in substitutePaths()
|
| /AOO41X/extras/l10n/source/ca-XR/ |
| H A D | localize.sdf | 1564 …rface.Commands..uno:AuditingFillMode Label 0 ca-XR Modo de ~replé 20130… 2228 …serInterface.Commands..uno:Polygon Label 0 ca-XR Polígon, replé 20130… 2289 …resource/toolbar/drawingobjectbar UIName 0 ca-XR Llínees i replé 201306… 2381 …ects.ooo-emphasis-fill-color Label 0 ca-XR Canviar color de replé 20130… 2801 …erface.Commands..uno:BezierFill Label 0 ca-XR Curvat, en replé 201… 2844 …ircleCut_Unfilled Label 0 ca-XR Segment de círcul, sense replé 20130… 2846 …ands..uno:CirclePie_Unfilled Label 0 ca-XR Círcul, sense replé 201306… 2847 …Commands..uno:Circle_Unfilled Label 0 ca-XR Círcul, sense replé 201306… 2936 …EllipseCut_Unfilled Label 0 ca-XR Segment d'elipse, sense replé 2013… 2937 …Commands..uno:Ellipse_Unfilled Label 0 ca-XR Elipse, sense replé 201306… [all …]
|