/aoo41x/main/sfx2/source/doc/ |
H A D | new.cxx | 397 sal_uInt16 nc=aSel.Search('('); in IMPL_LINK() local 398 if (nc-1&&nc!=STRING_NOTFOUND) in IMPL_LINK() 399 aSel.Erase(nc-1); in IMPL_LINK() 484 sal_uInt16 nc=aSel.Search('('); in IMPL_LINK_INLINE_END() local 485 if (nc-1&&nc!=STRING_NOTFOUND) in IMPL_LINK_INLINE_END() 486 aSel.Erase(nc-1); in IMPL_LINK_INLINE_END()
|
/aoo41x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 892 sal_uLong nWidth, nHeight, nDstRowBytes, nx, nc, ny, nCount, nColTabSize, i; in WriteOpcode_BitsRect() local 992 for ( nc = 0; nc < 4; nc++ ) in WriteOpcode_BitsRect() 993 pComp[ nc ] = new sal_uInt8[ nWidth ]; in WriteOpcode_BitsRect() 1018 for ( nc = 0; nc < 4; nc++ ) in WriteOpcode_BitsRect() 1035 nEquData = pComp[nc][nEqu3]; in WriteOpcode_BitsRect() 1036 if ( nEquData == pComp[nc][nEqu3+1] && nEquData==pComp[nc][nEqu3+2] ) in WriteOpcode_BitsRect() 1051 *pPict << pComp[nc][nx++]; in WriteOpcode_BitsRect() 1065 if ( nEquData != pComp[ nc ][ nx + nCount ] ) in WriteOpcode_BitsRect() 1090 for ( nc = 0; nc < 4; nc++ ) in WriteOpcode_BitsRect() 1091 delete pComp[ nc ]; in WriteOpcode_BitsRect()
|
/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 356 sal_Int32 nc = rBuf.getLength(); in hyphenate() local 358 for (sal_Int32 ix=0; ix < nc; ix++) in hyphenate() 616 sal_Int32 nc = rBuf.getLength(); in createPossibleHyphens() local 618 for (sal_Int32 ix=0; ix < nc; ix++) in createPossibleHyphens() 741 sal_Int32 nc = 0; in capitalType() local 745 nc++; in capitalType() 748 if (nc == 0) in capitalType() 750 if (nc == tlen) in capitalType() 752 … if ((nc == 1) && (pCC->getCharacterType(aStr,0) & ::com::sun::star::i18n::KCharacterType::UPPER)) in capitalType()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pngwrite.cxx | 608 sal_uLong na, nb, nc; in ImplGetFilter() local 622 nc = *p4; in ImplGetFilter() 625 na = nc = 0; in ImplGetFilter() 628 np -= nc; in ImplGetFilter() 631 npc = np - nc; in ImplGetFilter() 640 else *pDest++ = *p1++ - (sal_uInt8)nc; in ImplGetFilter()
|
H A D | pngread.cxx | 1143 int nc = *(p4++); in ImplApplyFilter() local 1145 int npa = nb - (int)nc; in ImplApplyFilter() 1146 int npb = na - (int)nc; in ImplApplyFilter() 1159 na = nc; in ImplApplyFilter()
|
/aoo41x/main/basic/source/comp/ |
H A D | scanner.cxx | 101 sal_uInt16 nc = nColLock ? nSavedCol1 : nCol1; in GenError() local 108 nc = nCol1; in GenError() 109 if( nc > nCol2 ) nCol2 = nc; in GenError() 112 bRes = pBasic->CError( code, aError, nLine, nc, nCol2 ); in GenError()
|
/aoo41x/main/qadevOOo/tests/java/mod/_forms/ |
H A D | OHiddenModel.java | 156 XNameContainer nc = FormTools.getForms(oDP); in createTestEnvironment() local 157 FormTools.insertForm(xDrawDoc, nc, "OHiddenModelForm"); in createTestEnvironment() 159 Object frm = nc.getByName("OHiddenModelForm"); in createTestEnvironment()
|
/aoo41x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 616 sal_Int32 nc = 0; in capitalType() local 620 ::com::sun::star::i18n::KCharacterType::UPPER) nc++; in capitalType() 623 if (nc == 0) in capitalType() 625 if (nc == tlen) in capitalType() 627 if ((nc == 1) && (pCC->getCharacterType(aStr,0) & in capitalType()
|
/aoo41x/main/saxon/ |
H A D | saxon-9.0.0.7-bj.patch | 295 + <copy todir="${temp-src-nc.dir}/api"> 301 + <copy todir="${temp-src-nc.dir}/cmd"> 312 + <copy todir="${temp-src-nc.dir}/samples"> 337 + <copy todir="${temp-src-nc.dir}/api/Saxon.Api"> 342 + <copy todir="${temp-src-nc.dir}/cmd" > 347 + <copy todir="${temp-src-nc.dir}/samples"> 633 + <arg line="${basedir}/${temp-src-nc.dir}"/> 647 + srcdir="${temp-src-nc.dir}/cmd" 658 + srcdir="${temp-src-nc.dir}/api" 824 + <fileset dir="${temp-src-nc.dir}/samples"> [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/ucb/ |
H A D | _XContentProvider.java | 92 Object nc = tEnv.getObjRelation("NoCONTENT"); in _queryContent() local 93 if (nc == null) { in _queryContent()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbxmod.cxx | 1538 sal_uInt32 nl, nc; in FindNextStmnt() local 1541 nc = *p++; nc |= *p++ << 8; in FindNextStmnt() 1542 nc |= *p++ << 16 ; nc |= *p++ << 24; in FindNextStmnt() 1543 nLine = (sal_uInt16)nl; nCol = (sal_uInt16)nc; in FindNextStmnt() 1564 sal_uInt16 nl, nc; in IsBreakable() local 1565 while( ( p = FindNextStmnt( p, nl, nc ) ) != NULL ) in IsBreakable()
|
/aoo41x/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 473 UCHAR c,c0,nc; in GetTextChar() local 478 nc=GetNextChar(TBuf,Index); in GetTextChar() 481 nc==' ' || nc==AbsatzEnd || nc==TextEnd) c='-'; in GetTextChar()
|
/aoo41x/main/libtextcat/data/new_fingerprints/lm/ |
H A D | czech.lm | 400 nc 92
|
H A D | italian.lm | 342 nc 108
|
H A D | portuguese.lm | 188 nc 272
|
H A D | quechua.lm | 103 nc 125
|
H A D | romanian.lm | 177 nc 156
|
H A D | romansh.lm | 246 nc 59
|
H A D | catalan.lm | 171 nc 138
|
H A D | english.lm | 148 nc 192
|
H A D | esperanto.lm | 303 nc 260
|
H A D | french.lm | 107 nc 268
|
H A D | slovak_ascii.lm | 251 nc 109
|
H A D | slovenian.lm | 306 nc 50
|
H A D | spanish.lm | 150 nc 244
|