Home
last modified time | relevance | path

Searched refs:q (Results 26 – 50 of 198) sorted by relevance

12345678

/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dalbanian.lm52 q 454
121 që 211
149 që_ 178
/trunk/main/tools/source/fsys/
H A Durlobj.cxx1501 sal_Unicode const * q = p; in convertRelToAbs() local
1502 if (pEnd - q >= 2 in convertRelToAbs()
1503 && INetMIME::isAlpha(q[0]) in convertRelToAbs()
1504 && q[1] == ':' in convertRelToAbs()
1505 && (pEnd - q == 2 || q[2] == '/' || q[2] == '\\')) in convertRelToAbs()
1507 else if (pEnd - q >= 2 && q[0] == '\\' && q[1] == '\\') in convertRelToAbs()
1509 q += 2; in convertRelToAbs()
1511 q, pEnd - q, '\\'); in convertRelToAbs()
2199 while (p < pEnd && *q != '\0' in getPrefix()
2203 ++q; in getPrefix()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx852 const sal_Unicode* q = p; in Text2Doc() local
856 aCell.Append( q, sal::static_int_cast<xub_StrLen>( p - q ) ); in Text2Doc()
1609 const sal_Unicode* q = p; in Sylk2Doc() local
1610 while( *q && *q != ';' ) in Sylk2Doc()
1611 q++; in Sylk2Doc()
1612 if ( !(*q == ';' && *(q+1) == 'I') ) in Sylk2Doc()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx130 long * q = (long *)pStackLongs;
132 fprintf(stderr,"uno stack is: %x\n",*q);
134 q++;
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx130 long * q = (long *)pStackLongs;
132 fprintf(stderr,"uno stack is: %x\n",*q);
134 q++;
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx113 long * q = (long *)pStackLongs; in callVirtualMethod() local
115 fprintf(stderr,"uno stack is: %x\n",(unsigned int)*q); in callVirtualMethod()
117 q++; in callVirtualMethod()
/trunk/main/sal/rtl/source/
H A Dcrc.c151 register const sal_uInt8 *q = p + DatLen; in rtl_crc32() local
154 while (p < q) in rtl_crc32()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1022 double x1,y1,x2,y2,x3,y3,p,q,cx,cy,ncx,ncy,r,rx,ry,w1,w3; in ReadArc() local
1033 p=aAttr.nArcP;q=aAttr.nArcQ; in ReadArc()
1036 ncx=2*q*q*(x2-x1); in ReadArc()
1043 cy=( q*q*((x3*x3-x1*x1)*(x2-x1)+(x2*x2-x1*x1)*(x1-x3)) + in ReadArc()
1045 cx=( q*q*(x2*x2-x1*x1)+p*p*(y2*y2-y1*y1)+cy*2*p*p*(y1-y2) ) / ncx; in ReadArc()
1047 r=sqrt(q*q*(x1-cx)*(x1-cx)+p*p*(y1-cy)*(y1-cy)); in ReadArc()
1048 rx=r/q; ry=r/p; in ReadArc()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
H A Dlc_adjust.xcf.bz2
H A Dlc_draw.xcf.bz2
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_module.txt28 update-desktop-database -q /usr/share/applications
43 update-desktop-database -q /usr/share/applications
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx535 sal_Int32 q = mediaType.indexOf( ';' ); in bindPackage() local
536 if (q >= 0) { in bindPackage()
540 mediaType.copy( 0, q ) ) ); in bindPackage()
/trunk/main/bean/qa/complex/bean/
H A DOOoBeanTest.java497 EventQueue q = Toolkit.getDefaultToolkit().getSystemEventQueue(); in test6a() local
498 q.invokeAndWait( new Runnable() { in test6a()
514 q.invokeAndWait( new Runnable() { in test6a()
/trunk/main/solenv/bin/modules/installer/
H A Dparameter.pm232 my $q = '';
236 $q = $2;
240 $$pathref = $p.$q;
/trunk/main/vcl/aqua/source/res/MainMenu.nib/
H A Dkeyedobjects.nib2 …��������������������� *067:<?BUhijklmnopqrstuvwx{~�U…
5 ������a�n��o�p�q�r�sVNSName[NSMenuItems�6�9�-�7_Quit NewApplicationQq��w��2�x�y�z^NSResourc…
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch761 - const char *q = p;
766 - *m++ = *q++;
767 + int decay = charcopy(q, m); /*[modified] previously *q++ = *m++*/
780 - *m++ = *q;
787 if ( *q == '_' ) break;
788 - q++;
789 + q += decay;
790 if ( *q == '\0' ) {
1760 + | grep -q __ELF__
2321 + grep -q __LP64__
[all …]
/trunk/main/basic/source/runtime/
H A Dstep2.cxx766 SbxVariable* q = new SbxVariable( t ); in StepPARAM() local
767 SaveRef( q ); in StepPARAM()
768 *q = *p; in StepPARAM()
769 p = q; in StepPARAM()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx388 sal_Bool q; in ProcessOne() local
417 q=!CheckTextOutl(AktAtr.F,AktAtr.L); in ProcessOne()
429 …tr.L.LFarbe =(sal_uInt8)(ChgValue(Atr0.L.LFarbe,0,7 ,FlgVal,NumVal)); if (q) AktAtr.F.FFarbe =Ak… in ProcessOne()
430 …tr.L.LBFarbe=(sal_uInt8)(ChgValue(Atr0.L.LBFarbe,0,255,FlgVal,NumVal)); if (q) AktAtr.F.FBFarbe=Ak… in ProcessOne()
431 …tr.L.LIntens=(sal_uInt8)(ChgValue(Atr0.L.LIntens,0,100,FlgVal,NumVal)); if (q) AktAtr.F.FIntens=Ak… in ProcessOne()
/trunk/main/sc/source/core/tool/
H A Daddress.cxx984 const sal_Unicode* q; in lcl_ScAddress_Parse_OOo() local
1028 q = p; in lcl_ScAddress_Parse_OOo()
1048 p = q; in lcl_ScAddress_Parse_OOo()
1051 q = p; in lcl_ScAddress_Parse_OOo()
1074 p = q; in lcl_ScAddress_Parse_OOo()
/trunk/main/sal/osl/unx/
H A Dsocket.c1013 sal_Char **p, **q; in _osl_getFullQualifiedDomainName() local
1019 for ( q = pHostByName->h_addr_list; *q != NULL; q++ ) in _osl_getFullQualifiedDomainName()
1022 if ( memcmp( *p, *q, sizeof(in.s_addr) ) == 0 ) in _osl_getFullQualifiedDomainName()
/trunk/main/store/source/
H A Dstorcach.cxx279 inline int hash_Impl(sal_uInt32 a, size_t s, size_t q, size_t m) in hash_Impl() argument
281 return ((((a) + ((a) >> (s)) + ((a) >> ((s) << 1))) >> (q)) & (m)); in hash_Impl()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1822 SbMethod* q = PTR_CAST(SbMethod,p->Get( i ) ); in LoadCompleted() local
1823 if( q ) in LoadCompleted()
1824 q->pMod = this; in LoadCompleted()
1829 SbProperty* q = PTR_CAST(SbProperty,p->Get( i ) ); in LoadCompleted() local
1830 if( q ) in LoadCompleted()
1831 q->pMod = this; in LoadCompleted()
H A Ddisas.cxx246 SbiDisas::SbiDisas( SbModule* p, const SbiImage* q ) : rImg( *q ), pMod( p ) in SbiDisas() argument
/trunk/main/sal/osl/os2/
H A Dsocket.c1022 sal_Char **p, **q; in _osl_getFullQualifiedDomainName() local
1028 for ( q = pHostByName->h_addr_list; *q != NULL; q++ ) in _osl_getFullQualifiedDomainName()
1031 if ( memcmp( *p, *q, sizeof(in.s_addr) ) == 0 ) in _osl_getFullQualifiedDomainName()

Completed in 216 milliseconds

12345678