Searched refs:pPairs (Results 1 – 6 of 6) sorted by relevance
/trunk/main/svl/source/svdde/ |
H A D | ddesvr.cxx | 136 HSZPAIR* pPairs = new HSZPAIR [nTopics + 1]; in SV_IMPL_VARARR() local 137 if ( !pPairs ) in SV_IMPL_VARARR() 140 HSZPAIR* q = pPairs; in SV_IMPL_VARARR() 183 pInst->hDdeInstSvr, (LPBYTE) pPairs, in SV_IMPL_VARARR() 186 delete [] pPairs; in SV_IMPL_VARARR()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1004 KERNINGPAIRS* pPairs = NULL; in GetKernPairs() local 1011 pPairs = new KERNINGPAIRS[ nCount+1 ]; in GetKernPairs() 1012 mpFontKernPairs = pPairs; in GetKernPairs() 1014 Ft2QueryKerningPairs( mhPS, nCount, (KERNINGPAIRS*)pPairs ); in GetKernPairs() 1016 pPairs = (KERNINGPAIRS*)pKernPairs; in GetKernPairs() 1018 Ft2QueryKerningPairs( mhPS, nCount, (KERNINGPAIRS*)pPairs ); in GetKernPairs()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1910 KERNINGPAIR* pPairs = NULL; in GetKernPairs() local 1915 pPairs = new KERNINGPAIR[ nCount+1 ]; in GetKernPairs() 1916 mpFontKernPairs = pPairs; in GetKernPairs() 1918 ::GetKerningPairsW( getHDC(), nCount, pPairs ); in GetKernPairs() 1920 pPairs = pKernPairs; in GetKernPairs() 1922 ::GetKerningPairsW( getHDC(), nCount, pPairs ); in GetKernPairs()
|
/trunk/main/sw/source/core/access/ |
H A D | accpara.cxx | 1915 const PropertyValue* pPairs = aValues.getConstArray(); in getCharacterAttributes() local 1919 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in getCharacterAttributes() 1925 pNewValues[i] = pPairs[pIndices[i]]; in getCharacterAttributes() 3240 const PropertyValue* pPairs = rAttributeSet.getConstArray(); in setAttributes() local 3245 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in setAttributes() 3254 const PropertyValue& rVal = pPairs[pIndices[i]]; in setAttributes()
|
/trunk/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 1158 const ::css::beans::PropertyValue* pPairs = aRes.getConstArray(); in retrieveCharacterAttributes() local 1162 std::sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in retrieveCharacterAttributes() 1168 pNewValues[i] = pPairs[pIndices[i]]; in retrieveCharacterAttributes()
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 1551 const beans::PropertyValue* pPairs = aRes.getConstArray(); in getCharacterAttributes() local 1556 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in getCharacterAttributes() 1562 pNewValues[i] = pPairs[pIndices[i]]; in getCharacterAttributes()
|
Completed in 93 milliseconds