Home
last modified time | relevance | path

Searched refs:aRes (Results 51 – 75 of 124) sorted by relevance

12345

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx624 WW8PLCFManResult aRes; in InsertAttrsAsDrawingAttrs() local
638 bool bStartAttr = pPlcxMan->Get(&aRes); in InsertAttrsAsDrawingAttrs()
640 if (aRes.nSprmId) in InsertAttrsAsDrawingAttrs()
644 if ( (68 == aRes.nSprmId) || (0x6A03 == aRes.nSprmId) ) in InsertAttrsAsDrawingAttrs()
646 Read_PicLoc(aRes.nSprmId, aRes.pMemPos + in InsertAttrsAsDrawingAttrs()
653 else if ( aRes.nSprmId && ( in InsertAttrsAsDrawingAttrs()
654 (eFTN > aRes.nSprmId) || (0x0800 <= aRes.nSprmId) ) ) in InsertAttrsAsDrawingAttrs()
660 ImportSprm(aRes.pMemPos, aRes.nSprmId); in InsertAttrsAsDrawingAttrs()
670 EndSprm( aRes.nSprmId ); in InsertAttrsAsDrawingAttrs()
683 else if (aRes.nSprmId == eFLD) in InsertAttrsAsDrawingAttrs()
[all …]
H A Dww8par.cxx3304 WW8PLCFManResult aRes; in ReadTextAttr() local
3308 aRes.nAktCp = rTxtPos; // Akt. Cp-Pos in ReadTextAttr()
3325 ProcessAktCollChange( aRes, &bStartAttr, in ReadTextAttr()
3336 if( ( eFTN > aRes.nSprmId ) || ( 0x0800 <= aRes.nSprmId ) ) in ReadTextAttr()
3340 if( aRes.nMemLen >= 0 ) in ReadTextAttr()
3341 ImportSprm(aRes.pMemPos, aRes.nSprmId); in ReadTextAttr()
3350 nSkipChars = ImportExtSprm(&aRes); in ReadTextAttr()
3352 (aRes.nSprmId == eFTN) || (aRes.nSprmId == eEDN) || in ReadTextAttr()
3353 (aRes.nSprmId == eFLD) || (aRes.nSprmId == eAND) in ReadTextAttr()
3362 EndExtSprm( aRes.nSprmId ); in ReadTextAttr()
[all …]
H A Dww8par3.cxx2209 WW8PLCFManResult aRes; in ImportFormulaControl() local
2213 if ( pPlcxMan->Get(&aRes) in ImportFormulaControl()
2214 && aRes.pMemPos && aRes.nSprmId ) in ImportFormulaControl()
2217 if ( (68 == aRes.nSprmId) || (0x6A03 == aRes.nSprmId) ) in ImportFormulaControl()
2219 Read_PicLoc( aRes.nSprmId, aRes.pMemPos + in ImportFormulaControl()
2220 mpSprmParser->DistanceToData(aRes.nSprmId), 4); in ImportFormulaControl()
/trunk/main/sw/source/core/doc/
H A DSwStyleNameMapper.cxx1086 String aRes = rExtraUIName; in GetSpecialExtraProgName() local
1100 if (aRes == *rExtraArr[ *pIds ]) in GetSpecialExtraProgName()
1107 aRes = *GetExtraProgNameArray()[*pIds]; in GetSpecialExtraProgName()
1108 return aRes; in GetSpecialExtraProgName()
1113 String aRes = rExtraProgName; in GetSpecialExtraUIName() local
1128 if (aRes == *rExtraArr[ *pIds ]) in GetSpecialExtraUIName()
1135 aRes = *GetExtraUINameArray()[*pIds]; in GetSpecialExtraUIName()
1136 return aRes; in GetSpecialExtraUIName()
/trunk/main/cui/source/dialogs/
H A Dthesdlg.cxx522 Image aRes; in lcl_GetImageFromPngUrl() local
531 aRes = Image( aGraphic.GetBitmapEx() ); in lcl_GetImageFromPngUrl()
533 return aRes; in lcl_GetImageFromPngUrl()
539 String aRes; in lcl_GetThesImplName() local
557 aRes = aServiceNames[0]; in lcl_GetThesImplName()
566 return aRes; in lcl_GetThesImplName()
/trunk/main/slideshow/test/
H A Ddemoshow.cxx159 geometry::AffineMatrix2D aRes; in getTransformation() local
160 return basegfx::unotools::affineMatrixFromHomMatrix( aRes, in getTransformation()
285 sal_Int16 aRes; in getPropertyValue() local
286 if( !aMap.lookup( PropertyName, aRes )) in getPropertyValue()
289 return uno::makeAny(aRes); in getPropertyValue()
/trunk/main/extensions/source/unoactivex/main/
H A Dinitwindowpeer.cxx36 uno::Any aRes; in getWindowHandle() local
38 aRes <<= nHwnd; in getWindowHandle()
39 return aRes; in getWindowHandle()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx231 ::basegfx::B2DPolyPolygon aRes; in polyPolygonFromPoint2DSequenceSequence()
235 aRes.append( polygonFromPoint2DSequence( points[nCurrPoly] ) ); in polyPolygonFromPoint2DSequenceSequence()
238 return aRes; in polyPolygonFromPoint2DSequenceSequence()
279 ::basegfx::B2DPolyPolygon aRes; in polyPolygonFromBezier2DSequenceSequence()
283 aRes.append( polygonFromBezier2DSequence( curves[nCurrPoly] ) ); in polyPolygonFromBezier2DSequenceSequence()
286 return aRes; in polyPolygonFromBezier2DSequenceSequence()
/trunk/main/sw/source/ui/chrdlg/
H A Dccoll.cxx104 rtl::OUString aRes; in GetCommandContextByIndex() local
107 aRes = C2U( aCommandContext[ nIndex ] ); in GetCommandContextByIndex()
109 return aRes; in GetCommandContextByIndex()
/trunk/main/basegfx/test/
H A Dgenericclipper.cxx103 const B2DPolyPolygon aRes= in validate() local
109 basegfx::tools::exportToSvgD(aRes, true, true, false), in validate()
115 ASSERT_TRUE(basegfx::tools::exportToSvgD(aRes, true, true, false) == aValid) << pName; in validate()
/trunk/main/linguistic/source/
H A Dhyphdsp.cxx707 Sequence< OUString > aRes; in GetServiceList() local
716 aRes = pEntry->aSvcImplNames; in GetServiceList()
717 if (aRes.getLength() > 0) in GetServiceList()
718 aRes.realloc(1); in GetServiceList()
721 return aRes; in GetServiceList()
H A Dlngopt.cxx294 OUString aRes; in GetName() local
300 aRes = OUString( RTL_CONSTASCII_USTRINGPARAM( in GetName()
308 return aRes; in GetName()
533 Any aRes( aConfig.GetProperty( nHandle ) ); in getFastPropertyValue() local
534 return aRes; in getFastPropertyValue()
H A Dconvdicxml.cxx78 OUString aRes; in ConversionTypeToText() local
80 aRes = A2OU( CONV_TYPE_HANGUL_HANJA ); in ConversionTypeToText()
82 aRes = A2OU( CONV_TYPE_SCHINESE_TCHINESE ); in ConversionTypeToText()
83 return aRes; in ConversionTypeToText()
H A Dthesdsp.cxx257 Sequence< OUString > aRes; in GetServiceList() local
265 aRes = pEntry->aSvcImplNames; in GetServiceList()
267 return aRes; in GetServiceList()
/trunk/main/cui/source/options/
H A Doptlingu.cxx106 Sequence< sal_Int16 > aRes( nLen ); in lcl_LocaleSeqToLangSeq() local
107 sal_Int16 *pRes = aRes.getArray(); in lcl_LocaleSeqToLangSeq()
113 return aRes; in lcl_LocaleSeqToLangSeq()
623 Sequence< OUString > aRes; in GetSortedImplNames() local
626 sal_Int32 nIdx = aRes.getLength(); in GetSortedImplNames()
628 aRes.realloc( nDisplayServices ); in GetSortedImplNames()
629 OUString *pRes = aRes.getArray(); in GetSortedImplNames()
646 DBG_ASSERT( nIdx < aRes.getLength(), "index out of range" ); in GetSortedImplNames()
647 if (nIdx < aRes.getLength()) in GetSortedImplNames()
654 aRes.realloc( nIdx ); in GetSortedImplNames()
[all …]
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1500 aPropHashMap >> aRes; in getCharacterAttributes()
1505 sal_Int32 nRes = aRes.getLength(); in getCharacterAttributes()
1521 _correctValues( nIndex, aRes ); in getCharacterAttributes()
1523 nRes = aRes.getLength(); in getCharacterAttributes()
1524 aRes.realloc( nRes + 1 ); in getCharacterAttributes()
1525 pRes = aRes.getArray(); in getCharacterAttributes()
1538 nRes = aRes.getLength(); in getCharacterAttributes()
1539 aRes.realloc( nRes + 1 ); in getCharacterAttributes()
1540 pRes = aRes.getArray(); in getCharacterAttributes()
1550 sal_Int32 nLength = aRes.getLength(); in getCharacterAttributes()
[all …]
/trunk/main/sfx2/source/menu/
H A Dthessubmenu.cxx218 String aRes; in GetThesImplName() local
227 aRes = aServiceNames[0]; in GetThesImplName()
229 return aRes; in GetThesImplName()
/trunk/main/canvas/source/directx/
H A Ddx_bitmap.cxx115 …uno::Sequence< sal_Int8 > aRes( (rect.X2-rect.X1)*(rect.Y2-rect.Y1)*4 ); // TODO(F1): Be format-ag… in getData() local
124 aBmpData.Scan0 = aRes.getArray(); in getData()
143 return aRes; in getData()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx1050 SystemGraphicsData aRes; in GetGraphicsData() local
1051 aRes.nSize = sizeof(aRes); in GetGraphicsData()
1053 aRes.hDC = mhDC; in GetGraphicsData()
1055 return aRes; in GetGraphicsData()
/trunk/main/extensions/source/activex/main/
H A DSODispatchInterceptor.cpp142 CComPtr<IDispatch> aRes; in queryDispatches() local
143 hr = queryDispatch( pValues[0].pdispVal, pValues[1].bstrVal, pValues[2].lVal, &aRes ); in queryDispatches()
144 SafeArrayPutElement( *retVal, &ind, aRes ); in queryDispatches()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java182 XMeaning[] aRes = null; in queryMeanings() local
189 aRes = new XMeaning[] in queryMeanings()
200 return aRes; in queryMeanings()
/trunk/main/starmath/source/
H A Dunomodel.cxx1004 Size aRes; in lcl_GuessPaperSize() local
1011 aRes.Width() = aInfo.getWidth(); in lcl_GuessPaperSize()
1012 aRes.Height() = aInfo.getHeight(); in lcl_GuessPaperSize()
1018 aRes.Width() = aInfo.getWidth(); in lcl_GuessPaperSize()
1019 aRes.Height() = aInfo.getHeight(); in lcl_GuessPaperSize()
1021 return aRes; in lcl_GuessPaperSize()
/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx449 uno::Sequence< animations::TargetProperties > aRes( aShapeHash.size() ); in createInitialTargetProperties() local
456 animations::TargetProperties& rCurrProps( aRes[ nCurrIndex++ ] ); in createInitialTargetProperties()
475 return aRes; in createInitialTargetProperties()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1512 SystemGraphicsData aRes; in GetGraphicsData() local
1513 aRes.nSize = sizeof(aRes); in GetGraphicsData()
1514 aRes.hDrawable = 0; in GetGraphicsData()
1515 aRes.pRenderFormat = 0; in GetGraphicsData()
1516 return aRes; in GetGraphicsData()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1390 SystemGraphicsData aRes; in GetGraphicsData() local
1391 aRes.nSize = sizeof(aRes); in GetGraphicsData()
1392 aRes.hDrawable = 0; in GetGraphicsData()
1393 aRes.pRenderFormat = 0; in GetGraphicsData()
1394 return aRes; in GetGraphicsData()

Completed in 211 milliseconds

12345