Home
last modified time | relevance | path

Searched refs:aContent (Results 1 – 25 of 183) sorted by relevance

12345678

/aoo41x/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1269 if(aContent.getLength()) in parseStyleAttribute()
1311 if(aContent.getLength()) in parseStyleAttribute()
1346 if(aContent.getLength()) in parseStyleAttribute()
1369 if(aContent.getLength()) in parseStyleAttribute()
1483 if(aContent.getLength()) in parseStyleAttribute()
1546 if(aContent.getLength()) in parseStyleAttribute()
1569 if(aContent.getLength()) in parseStyleAttribute()
1615 else if(aContent.match(aStr400) || aContent.match(aStrNormal)) in parseStyleAttribute()
1627 else if(aContent.match(aStr700) || aContent.match(aStrBold)) in parseStyleAttribute()
1773 setTitle(aContent); in parseStyleAttribute()
[all …]
H A Dsvgnode.cxx235 if(aContent.getLength()) in getDisplayFromContent()
256 if(aContent.match(aStrInline)) in getDisplayFromContent()
260 else if(aContent.match(aStrNone)) in getDisplayFromContent()
268 else if(aContent.match(aStrBlock)) in getDisplayFromContent()
288 else if(aContent.match(aStrTable)) in getDisplayFromContent()
340 if(aContent.getLength()) in parseAttribute()
342 setId(&aContent); in parseAttribute()
348 if(aContent.getLength()) in parseAttribute()
350 setClass(&aContent); in parseAttribute()
356 if(aContent.getLength()) in parseAttribute()
[all …]
H A Dsvggradientnode.cxx98 if(readSingleNumber(aContent, aNum)) in parseAttribute()
108 if(readSingleNumber(aContent, aNum)) in parseAttribute()
118 if(readSingleNumber(aContent, aNum)) in parseAttribute()
128 if(readSingleNumber(aContent, aNum)) in parseAttribute()
138 if(readSingleNumber(aContent, aNum)) in parseAttribute()
148 if(readSingleNumber(aContent, aNum)) in parseAttribute()
158 if(readSingleNumber(aContent, aNum)) in parseAttribute()
189 if(aContent.getLength()) in parseAttribute()
204 if(aContent.getLength()) in parseAttribute()
210 if(aContent.match(aStrPad, 0)) in parseAttribute()
[all …]
H A Dsvgpatternnode.cxx90 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
105 setSvgAspectRatio(readSvgAspectRatio(aContent)); in parseAttribute()
112 if(readSingleNumber(aContent, aNum)) in parseAttribute()
122 if(readSingleNumber(aContent, aNum)) in parseAttribute()
132 if(readSingleNumber(aContent, aNum)) in parseAttribute()
145 if(readSingleNumber(aContent, aNum)) in parseAttribute()
156 if(aContent.getLength()) in parseAttribute()
171 if(aContent.getLength()) in parseAttribute()
196 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
198 if(nLen && sal_Unicode('#') == aContent[0]) in parseAttribute()
[all …]
H A Dsvgmarkernode.cxx66 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
76 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
91 setSvgAspectRatio(readSvgAspectRatio(aContent)); in parseAttribute()
98 if(readSingleNumber(aContent, aNum)) in parseAttribute()
108 if(readSingleNumber(aContent, aNum)) in parseAttribute()
116 if(aContent.getLength()) in parseAttribute()
120 if(aContent.match(aStrStrokeWidth, 0)) in parseAttribute()
135 if(readSingleNumber(aContent, aNum)) in parseAttribute()
148 if(readSingleNumber(aContent, aNum)) in parseAttribute()
159 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
[all …]
H A Dsvgmasknode.cxx69 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
72 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
79 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
86 if(readSingleNumber(aContent, aNum)) in parseAttribute()
96 if(readSingleNumber(aContent, aNum)) in parseAttribute()
106 if(readSingleNumber(aContent, aNum)) in parseAttribute()
119 if(readSingleNumber(aContent, aNum)) in parseAttribute()
140 if(aContent.getLength()) in parseAttribute()
142 if(aContent.match(commonStrings::aStrUserSpaceOnUse, 0)) in parseAttribute()
155 if(aContent.getLength()) in parseAttribute()
[all …]
H A Dsvgusenode.cxx64 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
67 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
74 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
79 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
91 if(readSingleNumber(aContent, aNum)) in parseAttribute()
101 if(readSingleNumber(aContent, aNum)) in parseAttribute()
111 if(readSingleNumber(aContent, aNum)) in parseAttribute()
124 if(readSingleNumber(aContent, aNum)) in parseAttribute()
134 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
136 if(nLen && sal_Unicode('#') == aContent[0]) in parseAttribute()
[all …]
H A Dsvgstylenode.cxx65 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
68 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
75 if(aContent.getLength()) in parseAttribute()
79 if(aContent.match(aStrTextCss)) in parseAttribute()
93 void SvgStyleNode::addCssStyleSheet(const rtl::OUString& aContent) in addCssStyleSheet() argument
95 const sal_Int32 nLen(aContent.getLength()); in addCssStyleSheet()
105 skip_char(aContent, sal_Unicode(' '), sal_Unicode('#'), nPos, nLen); in addCssStyleSheet()
106 copyToLimiter(aContent, sal_Unicode('{'), nPos, aTokenValue, nLen); in addCssStyleSheet()
111 skip_char(aContent, sal_Unicode(' '), sal_Unicode('{'), nPos, nLen); in addCssStyleSheet()
112 copyToLimiter(aContent, sal_Unicode('}'), nPos, aTokenValue, nLen); in addCssStyleSheet()
[all …]
H A Dsvgrectnode.cxx62 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
65 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
68 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
75 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
82 if(readSingleNumber(aContent, aNum)) in parseAttribute()
92 if(readSingleNumber(aContent, aNum)) in parseAttribute()
102 if(readSingleNumber(aContent, aNum)) in parseAttribute()
115 if(readSingleNumber(aContent, aNum)) in parseAttribute()
128 if(readSingleNumber(aContent, aNum)) in parseAttribute()
141 if(readSingleNumber(aContent, aNum)) in parseAttribute()
[all …]
H A Dsvgtextpathnode.cxx309 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
316 if(readSingleNumber(aContent, aNum)) in parseAttribute()
327 if(aContent.getLength()) in parseAttribute()
332 if(aContent.match(aStrAlign)) in parseAttribute()
336 else if(aContent.match(aStrStretch)) in parseAttribute()
345 if(aContent.getLength()) in parseAttribute()
350 if(aContent.match(aStrAuto)) in parseAttribute()
354 else if(aContent.match(aStrExact)) in parseAttribute()
363 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
365 if(nLen && sal_Unicode('#') == aContent[0]) in parseAttribute()
[all …]
H A Dsvgimagenode.cxx80 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
83 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
90 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
95 setSvgAspectRatio(readSvgAspectRatio(aContent)); in parseAttribute()
100 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
112 if(readSingleNumber(aContent, aNum)) in parseAttribute()
122 if(readSingleNumber(aContent, aNum)) in parseAttribute()
132 if(readSingleNumber(aContent, aNum)) in parseAttribute()
145 if(readSingleNumber(aContent, aNum)) in parseAttribute()
156 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
[all …]
H A Dsvggnode.cxx67 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
70 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
73 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
80 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
85 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
118 drawinglayer::primitive2d::Primitive2DSequence aContent; in decomposeSvgNode() local
121 SvgNode::decomposeSvgNode(aContent, bReferenced); in decomposeSvgNode()
123 if(aContent.hasElements()) in decomposeSvgNode()
125 pStyle->add_postProcess(rTarget, aContent, getTransform()); in decomposeSvgNode()
H A Dsvgcharacternode.cxx58 if(aContent.getLength()) in parseTextPositionAttributes()
62 if(readSvgNumberVector(aContent, aVector)) in parseTextPositionAttributes()
71 if(aContent.getLength()) in parseTextPositionAttributes()
75 if(readSvgNumberVector(aContent, aVector)) in parseTextPositionAttributes()
84 if(aContent.getLength()) in parseTextPositionAttributes()
88 if(readSvgNumberVector(aContent, aVector)) in parseTextPositionAttributes()
97 if(aContent.getLength()) in parseTextPositionAttributes()
110 if(aContent.getLength()) in parseTextPositionAttributes()
125 if(readSingleNumber(aContent, aNum)) in parseTextPositionAttributes()
136 if(aContent.getLength()) in parseTextPositionAttributes()
[all …]
H A Dsvgellipsenode.cxx60 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
63 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
73 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
80 if(readSingleNumber(aContent, aNum)) in parseAttribute()
90 if(readSingleNumber(aContent, aNum)) in parseAttribute()
100 if(readSingleNumber(aContent, aNum)) in parseAttribute()
113 if(readSingleNumber(aContent, aNum)) in parseAttribute()
124 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
H A Dsvglinenode.cxx60 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
63 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
73 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
80 if(readSingleNumber(aContent, aNum)) in parseAttribute()
90 if(readSingleNumber(aContent, aNum)) in parseAttribute()
100 if(readSingleNumber(aContent, aNum)) in parseAttribute()
110 if(readSingleNumber(aContent, aNum)) in parseAttribute()
118 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
H A Dsvgcirclenode.cxx59 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
62 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
65 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
72 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
79 if(readSingleNumber(aContent, aNum)) in parseAttribute()
89 if(readSingleNumber(aContent, aNum)) in parseAttribute()
99 if(readSingleNumber(aContent, aNum)) in parseAttribute()
110 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
H A Dsvgclippathnode.cxx59 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
62 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
65 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
72 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
77 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
87 if(aContent.getLength()) in parseAttribute()
89 if(aContent.match(commonStrings::aStrUserSpaceOnUse, 0)) in parseAttribute()
93 else if(aContent.match(commonStrings::aStrObjectBoundingBox, 0)) in parseAttribute()
H A Dsvgtrefnode.cxx52 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
55 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
58 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
65 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
70 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
72 if(nLen && sal_Unicode('#') == aContent[0]) in parseAttribute()
74 maXLink = aContent.copy(1); in parseAttribute()
H A Dsvgpathnode.cxx58 …:parseAttribute(const rtl::OUString& rTokenName, SVGToken aSVGToken, const rtl::OUString& aContent) in parseAttribute() argument
61 SvgNode::parseAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
64 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); in parseAttribute()
71 maSvgStyleAttributes.readStyle(aContent); in parseAttribute()
78 if(basegfx::tools::importFromSvgD(aPath, aContent, false, &maHelpPointIndices)) in parseAttribute()
89 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
101 if(readSingleNumber(aContent, aNum)) in parseAttribute()
/aoo41x/main/sw/source/core/fields/
H A Dusrfld.cxx202 String aStr(aContent); in Expand()
217 pTmp->aContent = aContent; in Copy()
257 nValue = rCalc.Calculate( aContent ).GetDouble(); in GetValue()
281 return aContent; in GetContent()
286 if( aContent != rStr ) in SetContent()
288 aContent = rStr; in SetContent()
299 aContent.Erase(); in SetContent()
300 DoubleToString(aContent, fValue, nFmt); in SetContent()
324 rAny <<= rtl::OUString(aContent); in QueryValue()
354 DoubleToString(aContent, nValue, (sal_uInt16)LANGUAGE_SYSTEM); in PutValue()
[all …]
H A Ddocufld.cxx364 return aContent; in Expand()
371 pTmp->SetExpansion(aContent); in Copy()
504 return aContent; in Expand()
1064 aContent = rValue; in SwDocInfoField()
1095 return aContent; in Expand()
1158 return aContent; in Expand()
1195 pFld->aContent = aContent; in Copy()
1402 return aContent; in Expand()
1507 pFld->aContent = aContent; in Copy()
1586 pOut = &aContent; in QueryValue()
[all …]
H A Ddbfld.cxx57 String lcl_DBTrennConv(const String& aContent) in lcl_DBTrennConv() argument
59 String sTmp(aContent); in lcl_DBTrennConv()
216 aContent = '<'; in InitContent()
217 aContent += ((SwDBFieldType*)GetTyp())->GetColumnName(); in InitContent()
218 aContent += '>'; in InitContent()
250 sRet = lcl_DBTrennConv(aContent); in Expand()
259 pTmp->aContent = aContent; in Copy()
359 aVal.PutString( aContent ); in Evaluate()
372 SetValue(aContent.Len() ? 1 : 0); in Evaluate()
426 rAny <<= OUString(aContent); in QueryValue()
[all …]
/aoo41x/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx96 const Primitive2DSequence aContent(&xRefA, 1L); in createPolyPolygonFillPrimitive() local
97 …return Primitive2DReference(new UnifiedTransparencePrimitive2D(aContent, rFill.getTransparence())); in createPolyPolygonFillPrimitive()
103 const Primitive2DSequence aContent(&xRefA, 1L); in createPolyPolygonFillPrimitive() local
112 return Primitive2DReference(new TransparencePrimitive2D(aContent, aAlpha)); in createPolyPolygonFillPrimitive()
154 const Primitive2DSequence aContent(&xRefA, 1L); in createPolygonLinePrimitive() local
155 …return Primitive2DReference(new UnifiedTransparencePrimitive2D(aContent, rLine.getTransparence())); in createPolygonLinePrimitive()
312 const Primitive2DSequence aContent(&xRefA, 1L); in createTextPrimitive() local
315 return Primitive2DReference(new AnimatedBlinkPrimitive2D(aAnimationList, aContent, true)); in createTextPrimitive()
408 const Primitive2DSequence aContent(&xRefA, 1L); in createTextPrimitive() local
430 const Primitive2DSequence aContent(&xRefA, 1L); in createTextPrimitive() local
[all …]
/aoo41x/main/svtools/source/svhtml/
H A Dparhtml.cxx2148 String aName, aContent; in ParseMetaOptionsImpl() local
2170 aContent = pOption->GetString(); in ParseMetaOptionsImpl()
2178 aContent.EraseAllChars( _CR ); in ParseMetaOptionsImpl()
2179 aContent.EraseAllChars( _LF ); in ParseMetaOptionsImpl()
2184 aContent.ConvertLineEnd(); in ParseMetaOptionsImpl()
2191 if ( aContent.Len() && '"' == aContent.GetChar( aContent.Len()-1 ) ) in ParseMetaOptionsImpl()
2193 aContent.Erase( aContent.Len() - 1 ); in ParseMetaOptionsImpl()
2195 SvKeyValue aKeyValue( aName, aContent ); in ParseMetaOptionsImpl()
2203 i_xDocProps->setAuthor( aContent ); in ParseMetaOptionsImpl()
2236 aContent.GetTokenCount() == 2 ) in ParseMetaOptionsImpl()
[all …]
/aoo41x/main/comphelper/source/misc/
H A Dmediadescriptor.cxx473 aContent.getPropertyValue(CONTENTPROP_ISREADONLY) >>= bReadOnly; in isStreamReadOnly()
672 ::ucbhelper::Content aContent( sURL, xCommandEnv ); in impl_openStreamWithPostData()
683 aContent.executeCommand( sCommandName, css::uno::makeAny( aPostArgument ) ); in impl_openStreamWithPostData()
728 ::ucbhelper::Content aContent; in impl_openStreamWithURL()
732 aContent = ::ucbhelper::Content(sURL, xCommandEnv); in impl_openStreamWithURL()
733 xContent = aContent.get(); in impl_openStreamWithURL()
769 xStream = aContent.openWriteableStream(); in impl_openStreamWithURL()
790 aContent.get().is() ? aContent.get()->getIdentifier() : 0 ); in impl_openStreamWithURL()
812 aContent.get().is() ? aContent.get()->getIdentifier() : 0 ); in impl_openStreamWithURL()
844 xInputStream = aContent.openStream(); in impl_openStreamWithURL()
[all …]

Completed in 174 milliseconds

12345678