Home
last modified time | relevance | path

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

/trunk/main/basic/inc/basic/
H A Dsbprop.hxx66 bool isSet( void ) in isSet() function in SbProcedureProperty
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1889 bool bSet = pProcProperty->isSet(); in handleProcedureProperties()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgpaint.hxx54 bool isSet() const { return mbSet; } in isSet() function in svgio::svgreader::SvgPaint
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
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx616 if(rSvgTextPositions.getTextLength().isSet()) in SvgTextPosition()
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 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 Dsvggradientnode.cxx324 if(maX1.isSet()) in getX1()
342 if(maY1.isSet()) in getY1()
360 if(maX2.isSet()) in getX2()
378 if(maY2.isSet()) in getY2()
396 if(maCx.isSet()) in getCx()
414 if(maCy.isSet()) in getCy()
432 if(maR.isSet()) in getR()
450 if(maFx.isSet()) in getFx()
467 if(maFy.isSet()) in getFy()
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 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 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 Dsvgstyleattributes.cxx827 if(rRatio.isSet()) in prepare_singleMarker()
1929 else if(maFill.isSet()) in isFillSet()
1945 else if(maFill.isSet()) in getFill()
1975 else if(maStroke.isSet()) in getStroke()
2109 else if(maStrokeWidth.isSet()) in getStrokeWidth()
2127 if(maStopOpacity.isSet()) in getStopOpacity()
2142 else if(maFillOpacity.isSet()) in getFillOpacity()
2201 if(maStrokeDashOffset.isSet()) in getStrokeDashOffset()
2273 if(maStrokeOpacity.isSet()) in getStrokeOpacity()
2309 if(maFontSize.isSet()) in getFontSize()
[all …]
H A Dsvgsvgnode.cxx246 if (pParentSvgSvgNode->getWidth().isSet()) in seekReferenceWidth()
288 if (pParentSvgSvgNode->getHeight().isSet()) in seekReferenceHeight()
342 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode()
349 … bool bXIsAbsolute((getX().isSet() && Unit_percent != getX().getUnit()) || !getX().isSet()); in decomposeSvgNode()
350 … double fX( bXIsAbsolute && getX().isSet() ? getX().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
352 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in decomposeSvgNode()
353 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
683 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in getCurrentViewPort()
689 … bool bXIsAbsolute((getX().isSet() && Unit_percent != getX().getUnit()) || !getX().isSet()); in getCurrentViewPort()
692 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in getCurrentViewPort()
[all …]
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()
1166 … const double fX(aX.isSet() ? aX.solve(rInfoProvider, xcoordinate) : 0.0); in readTransform()
1167 … const double fY(aY.isSet() ? aY.solve(rInfoProvider, ycoordinate) : 0.0); in readTransform()
H A Dsvgusenode.cxx170 if(getX().isSet() || getY().isSet()) in decomposeSvgNode()
/trunk/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()
/trunk/main/xmerge/java/pocketword/src/main/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()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java168 protected boolean isSet[] = new boolean[NR_PROPERTIES]; field in ParaStyle
349 return isSet[attrIndex]; in isAttributeSet()
361 if (isSet[attrIndex]) in getAttribute()
374 isSet[attr] = true; in setAttribute()
419 if (!isSet[i] && parentStyle.isSet[i]) { in getResolved()
420 resolved.isSet[i] = true; in getResolved()
480 if (isSet[index]) { in dumpCSV()
525 if (ps.isSet[i]) { in isSubset()
561 if (isSet[i]) { in writeAttributes()
568 if (isSet[LINE_HEIGHT]) { in writeAttributes()
[all …]
H A DTextStyle.java279 public boolean isSet(int attribute) { in isSet() method in TextStyle
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java187 public boolean isSet(int attribute) { in isSet() method in Format
/trunk/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()

Completed in 112 milliseconds