Home
last modified time | relevance | path

Searched refs:aAttribute (Results 1 – 22 of 22) sorted by relevance

/aoo4110/main/sdext/source/pdfimport/odf/
H A Dodfemitter.cxx82 rtl::OUStringBuffer aAttribute; in beginTag() local
83 aAttribute.append(aCurr->first); in beginTag()
84 aAttribute.appendAscii("=\""); in beginTag()
85 aAttribute.append(aCurr->second); in beginTag()
86 aAttribute.appendAscii("\" "); in beginTag()
87 aAttributes.push_back(aAttribute.makeStringAndClear()); in beginTag()
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1117 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in CreateGradientWallpaper()
1128 aAttribute); in CreateGradientWallpaper()
2292 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
2314 aAttribute)); in interpretMetafile()
2321 aAttribute)); in interpretMetafile()
2356 aAttribute)); in interpretMetafile()
3023 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
3041 aAttribute)); in interpretMetafile()
3143 if(aAttribute.getStartColor() == aAttribute.getEndColor()) in interpretMetafile()
3149 aAttribute.getStartColor())); in interpretMetafile()
[all …]
/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx489 XWindowAttributes aAttribute; in SnapShot() local
490 XGetWindowAttributes (pDisplay, hWindow, &aAttribute); in SnapShot()
491 if (aAttribute.map_state == IsViewable) in SnapShot()
497 if (XTranslateCoordinates (pDisplay, hWindow, aAttribute.root, in SnapShot()
501 XGetWindowAttributes (pDisplay, aAttribute.root, &aRootAttribute); in SnapShot()
503 int width = aAttribute.width; in SnapShot()
504 int height = aAttribute.height; in SnapShot()
546 XImage* pImage = XGetImage( pDisplay, aAttribute.root, in SnapShot()
549 aAttribute.root, in SnapShot()
550 … XScreenNumberOfScreen( aAttribute.screen ), in SnapShot()
/aoo4110/main/svx/source/sdr/contact/
H A Dviewcontactofsdrcircobj.cxx53 const drawinglayer::attribute::SdrLineFillShadowTextAttribute aAttribute( in createViewIndependentPrimitive2DSequence() local
85 aAttribute)); in createViewIndependentPrimitive2DSequence()
101 aAttribute, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcaptionobj.cxx65 const drawinglayer::attribute::SdrLineFillShadowTextAttribute aAttribute( in createViewIndependentPrimitive2DSequence() local
96 aAttribute, in createViewIndependentPrimitive2DSequence()
103 if(!aAttribute.isDefault() && rCaptionObj.GetSpecialTextBoxShadow()) in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofgraphic.cxx328 drawinglayer::attribute::SdrLineFillShadowTextAttribute aAttribute( in createViewIndependentPrimitive2DSequence() local
382 xRetval = createVIP2DSForPresObj(aObjectMatrix, aAttribute); in createViewIndependentPrimitive2DSequence()
391 xRetval = createVIP2DSForDraft(aObjectMatrix, aAttribute); in createViewIndependentPrimitive2DSequence()
400 aAttribute, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrobjcustomshape.cxx114 const drawinglayer::attribute::SdrShadowTextAttribute aAttribute( in createViewIndependentPrimitive2DSequence() local
120 bool bHasText(!aAttribute.getText().isDefault()); in createViewIndependentPrimitive2DSequence()
212 aAttribute, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdredgeobj.cxx56 const drawinglayer::attribute::SdrLineShadowTextAttribute aAttribute( in createViewIndependentPrimitive2DSequence() local
66 aAttribute, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofe3dextrude.cxx53 const drawinglayer::attribute::SdrLineFillShadowAttribute3D aAttribute( in createViewIndependentPrimitive3DSequence() local
82 aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute, in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dsphere.cxx52 const drawinglayer::attribute::SdrLineFillShadowAttribute3D aAttribute( in createViewIndependentPrimitive3DSequence() local
81 aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute, in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofsdrrectobj.cxx54 const drawinglayer::attribute::SdrLineFillShadowTextAttribute aAttribute( in createViewIndependentPrimitive2DSequence() local
89 aAttribute, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofe3dcube.cxx53 const drawinglayer::attribute::SdrLineFillShadowAttribute3D aAttribute( in createViewIndependentPrimitive3DSequence() local
89 aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute)); in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dlathe.cxx53 const drawinglayer::attribute::SdrLineFillShadowAttribute3D aAttribute( in createViewIndependentPrimitive3DSequence() local
96 aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute, in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofsdrmeasureobj.cxx56 const drawinglayer::attribute::SdrLineShadowTextAttribute aAttribute( in createViewIndependentPrimitive2DSequence() local
127 aAttribute, aStart, aEnd, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrole2obj.cxx99 const drawinglayer::attribute::SdrLineFillShadowTextAttribute aAttribute( in createPrimitive2DSequenceWithParameters() local
174 aAttribute)); in createPrimitive2DSequenceWithParameters()
H A Dviewcontactofsdrpathobj.cxx52 const drawinglayer::attribute::SdrLineFillShadowTextAttribute aAttribute( in createViewIndependentPrimitive2DSequence() local
133 aAttribute, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofe3dpolygon.cxx55 const drawinglayer::attribute::SdrLineFillShadowAttribute3D aAttribute( in createViewIndependentPrimitive3DSequence() local
170 aPolyPolygon3D, aWorldTransform, aTextureSize, aAttribute, *pSdr3DObjectAttribute)); in createViewIndependentPrimitive3DSequence()
/aoo4110/main/svx/source/table/
H A Dviewcontactoftableobj.cxx603 drawinglayer::attribute::SdrFillTextAttribute aAttribute; in createViewIndependentPrimitive2DSequence() local
613 aAttribute = drawinglayer::primitive2d::createNewSdrFillTextAttribute( in createViewIndependentPrimitive2DSequence()
623 aAttribute = drawinglayer::primitive2d::createNewSdrFillTextAttribute( in createViewIndependentPrimitive2DSequence()
632 aCellMatrix, aAttribute)); in createViewIndependentPrimitive2DSequence()
/aoo4110/main/tools/source/inet/
H A Dinetmime.cxx1127 ByteString aAttribute( in scanParameters() local
1130 aAttribute.ToLowerAscii(); in scanParameters()
1142 Parameter ** pPos = aList.find(aAttribute, nSection, bPresent); in scanParameters()
1301 *pPos = new Parameter(*pPos, aAttribute, aCharset, aLanguage, aValue, in scanParameters()
1334 ByteString aAttribute = ByteString( in scanParameters() local
1338 aAttribute.ToLowerAscii(); in scanParameters()
1350 Parameter ** pPos = aList.find(aAttribute, nSection, bPresent); in scanParameters()
1522 *pPos = new Parameter(*pPos, aAttribute, aCharset, aLanguage, aValue, in scanParameters()
/aoo4110/main/autodoc/source/display/idl/
H A Dhfi_interface.cxx216 aAttribute( Env(), o_table); in produce_MemberDetails() local
217 aAttribute.Produce_byData( i_ce ); in produce_MemberDetails()
/aoo4110/main/sw/source/core/access/
H A Daccdoc.cxx503 uno::Reference<XAccessibleExtendedAttributes> aAttribute = this; in queryInterface() local
504 aRet <<= aAttribute; in queryInterface()
/aoo4110/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx317 ::rtl::OUString aAttribute; in startElement()

Completed in 95 milliseconds