Home
last modified time | relevance | path

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

/aoo4110/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx231 if (pParentSvgSvgNode->getWidth().isSet()) in seekReferenceWidth()
273 if (pParentSvgSvgNode->getHeight().isSet()) in seekReferenceHeight()
327 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode()
334 … bool bXIsAbsolute((getX().isSet() && Unit_percent != getX().getUnit()) || !getX().isSet()); in decomposeSvgNode()
335 … double fX( bXIsAbsolute && getX().isSet() ? getX().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
337 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in decomposeSvgNode()
338 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
668 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in getCurrentViewPort()
674 … bool bXIsAbsolute((getX().isSet() && Unit_percent != getX().getUnit()) || !getX().isSet()); in getCurrentViewPort()
677 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in getCurrentViewPort()
[all …]
H A Dsvgpatternnode.cxx223 rfW = (getWidth().isSet()) ? getWidth().getNumber() : 0.0; in getValuesRelative()
224 rfH = (getHeight().isSet()) ? getHeight().getNumber() : 0.0; in getValuesRelative()
250 rfX = (getX().isSet()) ? getX().getNumber() : 0.0; in getValuesRelative()
251 rfY = (getY().isSet()) ? getY().getNumber() : 0.0; in getValuesRelative()
265 rfX = (getX().isSet()) ? getX().solve(rUser, xcoordinate) : 0.0; in getValuesRelative()
266 rfY = (getY().isSet()) ? getY().solve(rUser, ycoordinate) : 0.0; in getValuesRelative()
327 if(maSvgAspectRatio.isSet()) in getSvgAspectRatio()
344 if(maX.isSet()) in getX()
361 if(maY.isSet()) in getY()
378 if(maWidth.isSet()) in getWidth()
[all …]
H A Dsvgrectnode.cxx172 if(pStyle && getWidth().isSet() && getHeight().isSet()) in decomposeSvgNode()
179 const double fX(getX().isSet() ? getX().solve(*this, xcoordinate) : 0.0); in decomposeSvgNode()
180 const double fY(getY().isSet() ? getY().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode()
184 if(getRx().isSet() || getRy().isSet()) in decomposeSvgNode()
186 double frX(getRx().isSet() ? getRx().solve(*this, xcoordinate) : 0.0); in decomposeSvgNode()
187 double frY(getRy().isSet() ? getRy().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode()
H A Dsvggradientnode.cxx319 if(maX1.isSet()) in getX1()
337 if(maY1.isSet()) in getY1()
355 if(maX2.isSet()) in getX2()
373 if(maY2.isSet()) in getY2()
391 if(maCx.isSet()) in getCx()
409 if(maCy.isSet()) in getCy()
427 if(maR.isSet()) in getR()
445 if(maFx.isSet()) in getFx()
462 if(maFy.isSet()) in getFy()
H A Dsvgstyleattributes.cxx792 if(rRatio.isSet()) in prepare_singleMarker()
1890 else if(maFill.isSet()) in isFillSet()
1906 else if(maFill.isSet()) in getFill()
1936 else if(maStroke.isSet()) in getStroke()
2070 else if(maStrokeWidth.isSet()) in getStrokeWidth()
2088 if(maStopOpacity.isSet()) in getStopOpacity()
2103 else if(maFillOpacity.isSet()) in getFillOpacity()
2162 if(maStrokeDashOffset.isSet()) in getStrokeDashOffset()
2234 if(maStrokeOpacity.isSet()) in getStrokeOpacity()
2270 if(maFontSize.isSet()) in getFontSize()
[all …]
H A Dsvgimagenode.cxx205 if(pStyle && getWidth().isSet() && getHeight().isSet()) in decomposeSvgNode()
216 const double fX(getX().isSet() ? getX().solve(*this, xcoordinate) : 0.0); in decomposeSvgNode()
217 const double fY(getY().isSet() ? getY().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode()
312 if(rRatio.isSet()) in decomposeSvgNode()
H A Dsvgellipsenode.cxx143 if(pStyle && getRx().isSet() && getRy().isSet()) in decomposeSvgNode()
153 getCx().isSet() ? getCx().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
154 getCy().isSet() ? getCy().solve(*this, ycoordinate) : 0.0), in decomposeSvgNode()
H A Dsvglinenode.cxx140 getX1().isSet() ? getX1().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
141 getY1().isSet() ? getY1().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode()
143 getX2().isSet() ? getX2().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
144 getY2().isSet() ? getY2().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode()
H A Dsvgmasknode.cxx242 … const double fX(getX().isSet() ? getX().solve(*this, xcoordinate) : 0.0); in apply()
243 … const double fY(getY().isSet() ? getY().solve(*this, ycoordinate) : 0.0); in apply()
248 … fX + (getWidth().isSet() ? getWidth().solve(*this, xcoordinate) : 0.0), in apply()
249 … fY + (getHeight().isSet() ? getHeight().solve(*this, ycoordinate) : 0.0)); in apply()
H A Dsvgcirclenode.cxx129 if(pStyle && getR().isSet()) in decomposeSvgNode()
138 getCx().isSet() ? getCx().solve(*this, xcoordinate) : 0.0, in decomposeSvgNode()
139 getCy().isSet() ? getCy().solve(*this, ycoordinate) : 0.0), in decomposeSvgNode()
H A Dsvgusenode.cxx170 if(getX().isSet() || getY().isSet()) in decomposeSvgNode()
H A Dsvgtextpathnode.cxx439 if(pSvgPathNode->getPathLength().isSet()) in decomposePathNode()
451 if(getStartOffset().isSet()) in decomposePathNode()
H A Dsvgtools.cxx77 if(!isSet() || Align_none == getSvgAlign()) in createMapping()
161 if(isSet()) in solveNonPercentage()
217 if(isSet()) in solve()
1154 … const double fX(aX.isSet() ? aX.solve(rInfoProvider, xcoordinate) : 0.0); in readTransform()
1155 … const double fY(aY.isSet() ? aY.solve(rInfoProvider, ycoordinate) : 0.0); in readTransform()
H A Dsvgcharacternode.cxx616 if(rSvgTextPositions.getTextLength().isSet()) in SvgTextPosition()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java173 protected boolean isSet[] = new boolean[NR_PROPERTIES]; field in ParaStyle
354 return isSet[attrIndex]; in isAttributeSet()
366 if (isSet[attrIndex]) in getAttribute()
379 isSet[attr] = true; in setAttribute()
424 if (!isSet[i] && parentStyle.isSet[i]) { in getResolved()
425 resolved.isSet[i] = true; in getResolved()
485 if (isSet[index]) { in dumpCSV()
530 if (ps.isSet[i]) { in isSubset()
566 if (isSet[i]) { in writeAttributes()
573 if (isSet[LINE_HEIGHT]) { in writeAttributes()
[all …]
H A DTextStyle.java279 public boolean isSet(int attribute) { in isSet() method in TextStyle
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java118 if (ts.isSet(TextStyle.BOLD) && ts.getAttribute(TextStyle.BOLD)) in WseTextRun()
120 if (ts.isSet(TextStyle.ITALIC) && ts.getAttribute(TextStyle.ITALIC)) in WseTextRun()
122 if (ts.isSet(TextStyle.UNDERLINE) && ts.getAttribute(TextStyle.UNDERLINE)) in WseTextRun()
124 if (ts.isSet(TextStyle.STRIKETHRU) && ts.getAttribute(TextStyle.STRIKETHRU)) in WseTextRun()
126 if (ts.isSet(TextStyle.SUPERSCRIPT) && ts.getAttribute(TextStyle.SUPERSCRIPT)) in WseTextRun()
128 if (ts.isSet(TextStyle.SUBSCRIPT) && ts.getAttribute(TextStyle.SUBSCRIPT)) in WseTextRun()
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraphTextSegment.java130 if (pStyle.isSet(TextStyle.BOLD) && pStyle.getAttribute(TextStyle.BOLD)) { in getData()
134 if (pStyle.isSet(TextStyle.ITALIC) && pStyle.getAttribute(TextStyle.ITALIC)) { in getData()
138 if (pStyle.isSet(TextStyle.UNDERLINE) && pStyle.getAttribute(TextStyle.UNDERLINE)) { in getData()
142 … if (pStyle.isSet(TextStyle.STRIKETHRU) && pStyle.getAttribute(TextStyle.STRIKETHRU)) { in getData()
/aoo4110/main/qadevOOo/tests/java/ifc/awt/
H A D_XView.java59 boolean isSet = oObj.setGraphics(graph); in _setGraphics()
60 if ( !isSet ) { in _setGraphics()
63 tRes.tested("setGraphics()", isSet); in _setGraphics()
/aoo4110/main/svgio/inc/svgio/svgreader/
H A Dsvgtools.hxx125 bool isSet() const in isSet() function in svgio::svgreader::SvgNumber
187 bool isSet() const { return mbSet; } in isSet() function in svgio::svgreader::SvgAspectRatio
H A Dsvgpaint.hxx54 bool isSet() const { return mbSet; } in isSet() function in svgio::svgreader::SvgPaint
/aoo4110/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1616 inline bool isSet( const Scanline i_pLine, long i_nIndex ) in isSet() function
1983 long nRefIndex2 = findBitRun( pRefLine, nRefIndex1, nW, isSet( pRefLine, nRefIndex1 ) ); in writeG4Stream()
2013 … long nRunIndex2 = findBitRun( pCurLine, nRunIndex1, nW, isSet( pCurLine, nRunIndex1 ) ); in writeG4Stream()
2014 … bool bWhiteFirst = ( nLineIndex + nRunIndex1 == 0 || ! isSet( pCurLine, nLineIndex ) ); in writeG4Stream()
2027 bool bSet = isSet( pCurLine, nLineIndex ); in writeG4Stream()
/aoo4110/main/basic/inc/basic/
H A Dsbprop.hxx65 bool isSet( void ) in isSet() function in SbProcedureProperty
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java187 public boolean isSet(int attribute) { in isSet() method in Format
/aoo4110/main/basic/source/classes/
H A Dsbxmod.cxx1889 bool bSet = pProcProperty->isSet(); in handleProcedureProperties()

Completed in 186 milliseconds