Home
last modified time | relevance | path

Searched refs:q (Results 176 – 198 of 198) sorted by path

12345678

/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/slideshow/source/engine/
H A Dsp_debug.cxx94 shared_ptr_layout const * q = reinterpret_cast<shared_ptr_layout const *>(p); in scan_and_count() local
96 if(q->pn.id == boost::detail::shared_count_id && q->pn.pi != 0 && m.count(q->pn.pi) != 0) in scan_and_count()
98 ++m2[q->pn.pi]; in scan_and_count()
111 shared_ptr_layout const * q = reinterpret_cast<shared_ptr_layout const *>(p); in scan_and_mark() local
113 if(q->pn.id == boost::detail::shared_count_id && q->pn.pi != 0 && m2.count(q->pn.pi) != 0) in scan_and_mark()
115 open.push_back(q->pn.pi); in scan_and_mark()
116 m2.erase(q->pn.pi); in scan_and_mark()
209 shared_ptr_layout * q = reinterpret_cast<shared_ptr_layout *>(p); in scan_and_free() local
211 …if(q->pn.id == boost::detail::shared_count_id && q->pn.pi != 0 && m2.count(q->pn.pi) != 0 && q->px… in scan_and_free()
/trunk/main/solenv/bin/modules/installer/
H A Dparameter.pm232 my $q = '';
236 $q = $2;
240 $$pathref = $p.$q;
/trunk/main/sot/source/sdstor/
H A Dstg.cxx181 : OLEStorageBase( p, q, m_nMode ), nPos( 0L ) in StorageStream()
184 if( q && p ) in StorageStream()
186 if( q->nRefCnt == 1 ) in StorageStream()
188 q->nMode = m; in StorageStream()
189 q->OpenStream( *p ); in StorageStream()
519 Storage::Storage( StgIo* p, StgDirEntry* q, StreamMode m ) in Storage() argument
520 : OLEStorageBase( p, q, m_nMode ), bIsRoot( sal_False ) in Storage()
522 if( q ) in Storage()
523 q->aEntry.GetName( aName ); in Storage()
527 if( q && q->nRefCnt == 1 ) in Storage()
[all …]
H A Dstgcache.cxx294 StgPage* q = Get( nOld, sal_True ); in Copy() local
295 if( q ) in Copy()
297 OSL_ENSURE( p->nData == q->nData, "Unexpected page size!" ); in Copy()
298 memcpy( p->pData, q->pData, p->nData ); in Copy()
/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/svl/source/svdde/
H A Dddeinf.cxx168 char* q = p; in IMPL_LINK() local
174 q = buf; i = 0; in IMPL_LINK()
176 *q++ = *p++, i++; in IMPL_LINK()
177 *q = 0; in IMPL_LINK()
H A Dddesvr.cxx140 HSZPAIR* q = pPairs; in SV_IMPL_VARARR() local
151 q->hszSvc = *pService->pName; in SV_IMPL_VARARR()
152 q->hszTopic = *pTopic->pName; in SV_IMPL_VARARR()
153 q++; in SV_IMPL_VARARR()
169 q->hszSvc = *pService->pName; in SV_IMPL_VARARR()
170 q->hszTopic = *pTopic->pName; in SV_IMPL_VARARR()
171 q++; in SV_IMPL_VARARR()
180 q->hszSvc = NULL; in SV_IMPL_VARARR()
181 q->hszTopic = NULL; in SV_IMPL_VARARR()
/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/sw/source/core/bastyp/
H A Dbparr.cxx298 BlockInfo* q; in Insert() local
301 q = ppInf[ cur+1 ]; in Insert()
302 if( q->nElem ) in Insert()
304 int nCount = q->nElem; in Insert()
310 q->nStart--; in Insert()
311 q->nEnd--; in Insert()
332 q = InsBlock( cur+1 ); in Insert()
338 pLast->pBlock = q; in Insert()
340 q->pData[ 0 ] = pLast; in Insert()
341 q->nElem++; in Insert()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1866 sal_uInt8* q = pBuf; in WriteBmp() local
1869 *q++ = *p>>4; in WriteBmp()
1870 *q++ = *p&0xf; in WriteBmp()
1876 *q++ = 0; in WriteBmp()
/trunk/main/sysui/desktop/slackware/
H A Dupdate-script3 update-desktop-database -q /usr/share/applications
/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/tools/source/inet/
H A Dinetmime.cxx3115 bool bEncodedWord = q != pEnd && *q++ == '?'; in decodeHeaderFieldBody()
3124 if (q == pEnd) in decodeHeaderFieldBody()
3180 if (q == pEnd) in decodeHeaderFieldBody()
3184 switch (*q++) in decodeHeaderFieldBody()
3203 bEncodedWord = bEncodedWord && q != pEnd && *q++ == '?'; in decodeHeaderFieldBody()
3254 if (*q == '?') in decodeHeaderFieldBody()
3256 ++q; in decodeHeaderFieldBody()
3273 if (q == pEnd) in decodeHeaderFieldBody()
3305 q += 2; in decodeHeaderFieldBody()
3344 bEncodedWord = bEncodedWord && q != pEnd && *q++ == '='; in decodeHeaderFieldBody()
[all …]
/trunk/main/ucb/source/core/
H A Ducb.cxx113 sal_Unicode const * q = p; in fillPlaceholders() local
114 while (q != pEnd && *q != '>') in fillPlaceholders()
115 ++q; in fillPlaceholders()
116 if (q == pEnd) in fillPlaceholders()
118 rtl::OUString aKey(p, q - p); in fillPlaceholders()
137 p = q + 1; in fillPlaceholders()
/trunk/main/ucb/source/regexp/
H A Dregexp.cxx72 sal_Unicode const * q = rString.getStr(); in matchStringIgnoreCase() local
75 if (pEnd - p < qEnd - q) in matchStringIgnoreCase()
78 while (q != qEnd) in matchStringIgnoreCase()
81 sal_Unicode c2 = *q++; in matchStringIgnoreCase()
132 sal_Unicode const * q = p; in matches() local
134 && (q == pEnd || *q == '/' || *q == '?' || *q == '#')) in matches()
138 pBlock2Begin = q; in matches()
320 sal_uChar const * qEnd = q + nStringLength; in matchString()
322 if (pEnd - p < qEnd - q) in matchString()
325 while (q != qEnd) in matchString()
[all …]
/trunk/main/ucb/workben/ucb/
H A Dsrcharg.cxx185 if (pEnd - q < 2 || *q++ != '-' || *q++ != '-') in parseSearchArgument()
207 if (q == pEnd || *q++ != '=') in parseSearchArgument()
230 p = q; in parseSearchArgument()
293 if (q != pEnd && *q == '"') in parseSearchArgument()
346 if (pEnd - q >= 2 && q[0] == '-' in parseSearchArgument()
347 && (q[1] == 'C' || q[1] == 'c') in parseSearchArgument()
353 else if (pEnd - q >= 2 && q[0] == '-' in parseSearchArgument()
354 && (q[1] == 'R' || q[1] == 'r') in parseSearchArgument()
465 p = q; in parseSearchArgument()
468 q = p; in parseSearchArgument()
[all …]
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2786 public XAttr createAttributeNS(String n, String q) throws DOMException { in createAttributeNS() argument
2806 public XElement createElementNS(String n, String q) { in createElementNS() argument
2840 public XNodeList getElementsByTagNameNS(String n, String q) { in getElementsByTagNameNS() argument
2914 public String getAttributeNS(String n, String q) { in getAttributeNS() argument
2958 public void setAttributeNS(String n, String q, String v) in setAttributeNS() argument
/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/vcl/unx/generic/fontmanager/
H A Dadobeenc.tab940 { 0x0071, 0161, "q" },
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx65 bool operator()(const sal_Int32 p, sal_Int32 q) const in operator ()()
67 return p < q; in operator ()()
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D101A.pem57 c2VyIDI1IFJvb3QgMTEwDQYJKoZIhvcNAQEFBQADgYEAv2M0EuNLg07lxQjDs+q+
/trunk/main/xmlsecurity/test_docs/CAs/Root_9/demoCA/
H A Dcacert.pem17 LK9upl/q+cHQayZL/Hz4Z8sqRNrP+E2m0GY0RMF1getJunfYZZV9VcsfbO3SqgAQ

Completed in 119 milliseconds

12345678