Home
last modified time | relevance | path

Searched refs:np (Results 1 – 23 of 23) sorted by relevance

/AOO42X/main/soltools/cpp/
H A D_macro.c47 Nlist *np; in dodefine() local
58 np = lookup(tp, 1); in dodefine()
59 if (np->flag & ISUNCHANGE) in dodefine()
118 if (np->flag & ISDEFINED) in dodefine()
120 if (comparetokens(def, np->vp) in dodefine()
121 || (np->ap == NULL) != (args == NULL) in dodefine()
122 || (np->ap && comparetokens(args, np->ap))) in dodefine()
124 if ( np->loc ) in dodefine()
127 trp->bp + 2, np->loc); in dodefine()
143 np->ap = args; in dodefine()
[all …]
H A D_nlist.c82 Nlist *np; in setup_kwtab() local
91 np = lookup(&t, 1); in setup_kwtab()
92 np->flag = (char) kp->flag; in setup_kwtab()
93 np->val = (char) kp->val; in setup_kwtab()
94 if (np->val == KDEFINED) in setup_kwtab()
96 kwdefined = np; in setup_kwtab()
97 np->val = NAME; in setup_kwtab()
98 np->vp = &deftr; in setup_kwtab()
99 np->ap = NULL; in setup_kwtab()
108 Nlist *np; in lookup() local
[all …]
H A D_cpp.c125 Nlist *np; in control() local
137 if ((np = lookup(tp, 0)) == NULL || ((np->flag & ISKW) == 0 && !skipping)) in control()
144 switch (np->val) in control()
171 switch (np->val) in control()
184 if ((np = lookup(tp, 0)) != NULL) in control()
186 np->flag &= ~ISDEFINED; in control()
190 if (np->ap) in control()
191 error(INFO, "Macro deletion of %s(%r)", np->name, np->ap); in control()
193 error(INFO, "Macro deletion of %s", np->name); in control()
211 if (eval(trp, np->val)) in control()
[all …]
H A D_eval.c257 Nlist *np; in eval() local
268 np = lookup(trp->tp, 0); in eval()
269 return (kw == KIFDEF) == (np && np->flag & (ISDEFINED | ISMAC)); in eval()
374 np = lookup(tp + 1, 0); in eval()
375 if (np && (np->val == KMACHINE)) in eval()
624 Nlist *np; in tokval() local
639 if ((np = lookup(tp, 0)) != NULL && np->flag & (ISDEFINED | ISMAC)) in tokval()
644 if ((np = lookup(tp, 0)) != NULL && np->flag & (ISARCHITECTURE)) in tokval()
H A D_tokens.c432 uchar* np = ntp->t - ntp->wslen; in puttokens() local
437 memcpy(wbp, np, nlen ); in puttokens()
/AOO42X/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx495 sal_uLong ny, np, nStrip, nStripBytesPerRow; in ReadMap() local
503 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
505 nStrip = ny / nRowsPerStrip + np * nStripsPerPlane; in ReadMap()
509 pTIFF->Read( pMap[ np ], nBytesPerRow ); in ReadMap()
512 …MayCallback( nMinPercent + ( nMaxPercent - nMinPercent ) * ( np * nImageLength + ny) / ( nImageLen… in ReadMap()
520 sal_uLong ny, np, nStrip, nOptions; in ReadMap() local
557 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
559 if ( ny / nRowsPerStrip + np * nStripsPerPlane > nStrip ) in ReadMap()
561 nStrip=ny/nRowsPerStrip+np*nStripsPerPlane; in ReadMap()
567 …if ( aCCIDecom.DecompressScanline( pMap[ np ], nImageWidth * nBitsPerSample * nSamplesPerPixel / n… in ReadMap()
[all …]
/AOO42X/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx225 sal_uLong i, nx, ny, np, nCount, nUsedLineSize, nLineSize, nPercent; in ImplReadBody() local
232 for( np = 0; np < nPlanes; np++ ) in ImplReadBody()
233 pPlane[ np ] = new sal_uInt8[ nBytesPerPlaneLin ]; in ImplReadBody()
250 for ( np = 0; np < nPlanes; np++) in ImplReadBody()
253 pPCX->Read( (void *)pPlane[ np ], nBytesPerPlaneLin ); in ImplReadBody()
256 pDest = pPlane[ np ]; in ImplReadBody()
398 for ( np = 0; np < nPlanes; np++ ) in ImplReadBody()
399 delete[] pPlane[ np ]; in ImplReadBody()
/AOO42X/main/rsc/source/rscpp/
H A Dcpp6.c573 register char *np; in lookid() local
577 np = token; in lookid()
582 if (np < &token[IDMAX]) { /* token dim is IDMAX+1 */ in lookid()
583 *np++ = (char)c; /* Store token byte */ in lookid()
589 *np = EOS; /* Terminate token */ in lookid()
592 nhash += (np - token); /* Fix hash value */ in lookid()
614 register char *np; in defendel() local
619 for (nhash = 0, np = name; *np != EOS;) in defendel()
620 nhash += *np++; in defendel()
621 size = (np - name); in defendel()
/AOO42X/main/vcl/source/gdi/
H A Dpngwrite.cxx609 long np, npa, npb, npc; in ImplGetFilter() local
627 np = na + nb; in ImplGetFilter()
628 np -= nc; in ImplGetFilter()
629 npa = np - na; in ImplGetFilter()
630 npb = np - nb; in ImplGetFilter()
631 npc = np - nc; in ImplGetFilter()
/AOO42X/main/filter/source/graphicfilter/epict/
H A Depict.cxx236 sal_uInt16 nCount,nSize1,nSize2,np,i1,i2,i3,nBestIdx1,nBestIdx2; in PolyPolygonToPolygon() local
245 for (np=1; np<nCount; np++) { in PolyPolygonToPolygon()
246 aPoly2=rPolyPoly.GetObject(np); in PolyPolygonToPolygon()
/AOO42X/main/vcl/source/fontsubset/
H A Dsft.cxx627 int i, np; in GetCompoundTTOutline() local
678 if ((np = GetTTGlyphOutline(ttf, index, &nextComponent, 0, &glyphlist)) == 0) in GetCompoundTTOutline()
782 for (i=0; i<np; i++) { in GetCompoundTTOutline()
807 np = myPoints.size(); in GetCompoundTTOutline()
809 pa = (ControlPoint*)calloc(np, sizeof(ControlPoint)); in GetCompoundTTOutline()
812 memcpy( pa, &myPoints[0], np*sizeof(ControlPoint) ); in GetCompoundTTOutline()
815 return np; in GetCompoundTTOutline()
/AOO42X/main/svx/source/svdraw/
H A Dsvdmodel.cxx1511 for(sal_uInt16 np(0); np < nPageAnz; np++) in RemoveMasterPage() local
1513 GetPage(np)->TRG_ImpMasterPageRemoved(*pRetPg); in RemoveMasterPage()
/AOO42X/ext_libraries/hunspell/
H A Dhunspell-1.3.3-overflow.patch14 np++;
/AOO42X/extras/l10n/source/pl/
H A Dlocalize.sdf1664 … abcdef 0 pl Trudności z uruchomieniem pakietu ${PRODUCTNAME} (np. zawieszanie się apl…
1852 … Windows Explorer wyświetlanie informacji na temat dokumentów %PRODUCTNAME np. miniatur podglądu. …
2618 …E_ERR_REP_SEND FT_ERRSEND_DOCTYPE 0 pl ~Jaki typ dokumentu (np. prezentacja) był ot…
4645 …adzona wartość nie jest poprawną datą. Wprowadź datę w poprawnym formacie, np. DD-MM-YY. …
5581 … 202 pl Nie jest dostępne żadne źródło danych. Aby wypełnić pola danymi (np. nazwiskami, adresam…
6175 …acji listów seryjnych. W miejsce pól podstawiane są dane ze źródła danych, np. z bazy danych. Pola…
9687 …tórej zawartość ma zostać oszacowana, musi być podana w postaci tekstowej (np. "A1"). …
11384 …PTIONS BTN_CONVERT_DATE 159 pl Identyfikuj liczby specjalne (np. daty). …
11956 …y Wiki. Jeśli jednak dany obraz został już przesłany do danej domeny Wiki (np. WikiMedia Commons),…
19839 …ep.ulf 0 LngText %ENTER_TITLE% 0 pl Jaki typ dokumentu (np. prezentacja) był ot…
[all …]
/AOO42X/extras/l10n/source/kid/
H A Dlocalize.sdf5018 …eload.src 0 pushbutton RID_DLG_OEMWIZARD PB_PREV 50 kid 4jq=np‖<< Back …
27428 …shared\01\05020301.xhp 0 help par_id3150531 71 0 kid w=0np[‖Minutes as 00-59 …
28529 …hared\01\05210100.xhp 0 help par_id3150868 40 0 kid gla[np‖\<ahelp hid=\"SVX:ME…
32130 …hared\02\01170101.xhp 0 help par_id3149174 70 0 kid k]70np‖The next document is…
34839 …ared\explorer\database\02000000.xhp 0 help tit 0 kid 8np[95‖Queries …
35222 …er\database\dabawiz00.xhp 0 help par_idN105DB 0 kid np=1v9‖If you create a …
35444 …database\02010100.xhp 0 help par_id3156178 146 0 kid c0]np]‖To delete a relatio…
36021 …macro_recording.xhp 0 help hd_id3093440 1 0 kid v+31np‖\<variable id=\"macr…
44615 …t\smath\01\03091505.xhp 0 help par_id3144534 0 kid 8np+l0‖\<image id=\"img_…
51122 …xt\swriter\guide\word_completion.xhp 0 help tit 0 kid np+uf5‖Word Completion …
[all …]
/AOO42X/extras/l10n/source/ku/
H A Dlocalize.sdf1326 …0 pushbutton RID_SANE_DIALOG RID_PREVIEW_BTN 55 ku Peşdîtînê \npêk bîne …
11713 … RID_DLG_DEPENDENCIES_TEXT 0 ku Pêvek nayê sazkirin ji ber ku\npêgirtî yên pergalê yê…
/AOO42X/extras/l10n/source/nn/
H A Dlocalize.sdf18933 …_ACTION_NOTPOSSIBLE 0 nn Kan ikkje køyra denne funksjonen \npå dei merkte objekta.…
28408 … 0 nn For å leggja til eit autoformat\nmå du merka eit område \npå minst 3×3 celler. …
/AOO42X/extras/l10n/source/oc/
H A Dlocalize.sdf20670 … MSG_SAVE_HTML_QUERY 0 oc Conversion dins lo format HTML \npòt causar de perdas d…
/AOO42X/extras/l10n/source/fi/
H A Dlocalize.sdf14256 …Effects.UserInterface.Transitions.inside-cube Label 0 fi Sisäänpäin kääntyvä kuutio …
49289 …KS_INNER\"\>Merkinnällä määrätään, että asteikkomerkit ovat akselista sisäänpäin.\</ahelp\> …
49295 …PTICKS_INNER\"\>Merkinnällä määrätään, että jakoviivat ovat akselista sisäänpäin.\</ahelp\> …
/AOO42X/extras/l10n/source/sq/
H A Dlocalize.sdf28686 … STR_INSERT_FULL 0 sq Qelitë e mbushura nuk mund të ndryshohet \npërtej fletës. …
/AOO42X/extras/l10n/source/nb/
H A Dlocalize.sdf246 …STR_DIC_ERR_UNKNOWN 0 nb Ordet kan ikke legges til ordboka\npå grunn av en ukjent …
10254 …REA 0 nb For å legge til et autoformat\nmå du merke et område \npå minst 3×3 celler. …
/AOO42X/extras/l10n/source/lv/
H A Dlocalize.sdf10353 …tring RID_GLOBSTR STR_INSERT_FULL 0 lv Aizpildītas šūnas nevar\npārvietot ārpus loksne…
/AOO42X/extras/l10n/source/da/
H A Dlocalize.sdf3378 …D_ERRHDL ERRCODE_IO_ACCESSDENIED 0 da Objektet kan ikke tilgås\npå grund af utilstrækk…