Searched refs:repl (Results 1 – 7 of 7) sorted by relevance
/aoo4110/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
|
/aoo4110/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()
|
/aoo4110/main/oox/source/token/ |
H A D | tokens.txt | 4174 repl
|
/aoo4110/extras/l10n/source/ca-XR/ |
H A D | localize.sdf | 1564 …nds.UserInterface.Commands..uno:AuditingFillMode Label 0 ca-XR Modo de ~replé 20130618 17:22:… 2228 …ressCommands.UserInterface.Commands..uno:Polygon Label 0 ca-XR Polígon, replé 20130618 17:22:… 2381 …nterface.Effects.ooo-emphasis-fill-color Label 0 ca-XR Canviar color de replé 20130618 17:22:… 2801 …ommands.UserInterface.Commands..uno:BezierFill Label 0 ca-XR Curvat, en replé 20130618 17:22:… 2847 …UserInterface.Commands..uno:Circle_Unfilled Label 0 ca-XR Círcul, sense replé 20130618 17:22:… 2937 …serInterface.Commands..uno:Ellipse_Unfilled Label 0 ca-XR Elipse, sense replé 20130618 17:22:… 2962 …icCommands.UserInterface.Commands..uno:FillColor Label 0 ca-XR Color de replé 20130618 17:22:… 2964 …ands.UserInterface.Commands..uno:FillStyle Label 0 ca-XR Estil d'àrea / replé 20130618 17:22:… 14522 ….src 0 string STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY 0 ca-XR Color de replé 20130618 17:22:… 67987 editeng source\items\svxitems.src 0 string RID_SVXITEMS_EMPHASIS_DISC_STYLE 0 ca-XR Círcul replé… [all …]
|
Completed in 914 milliseconds