/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | XLIFFWriter.java | 111 private final boolean isUsed(String item) { in isUsed() method in XLIFFWriter 246 if (isUsed((String) this.data.get("ResType"))) in writeTransUnit() 251 if (isUsed((String) this.data.get("Project"))) in writeTransUnit() 256 if (isUsed((String) this.data.get("SourceFile"))) in writeTransUnit() 271 if (isUsed((String) this.data.get("ResType"))) in writeTransUnit() 275 if (isUsed((String) this.data.get("GID"))) in writeTransUnit() 279 if (isUsed((String) this.data.get("LID"))) in writeTransUnit() 283 if (isUsed((String) this.data.get("HID"))) in writeTransUnit() 287 if (isUsed((String) this.data.get("Platform"))) in writeTransUnit() 292 if (isUsed((String) this.data.get("Width"))) in writeTransUnit() [all …]
|
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygon.cxx | 313 bool isUsed() const in isUsed() function in BColorArray 477 bool isUsed() const in isUsed() function in NormalsArray3D 652 bool isUsed() const in isUsed() function in TextureCoordinate2D 866 if(!mpBColors->isUsed()) in ImplB3DPolygon() 877 if(!mpNormals->isUsed()) in ImplB3DPolygon() 888 if(!mpTextureCoordiantes->isUsed()) in ImplB3DPolygon() 1103 if(!mpBColors->isUsed()) in setBColor() 1162 if(!mpNormals->isUsed()) in setNormal() 1218 if(!mpTextureCoordiantes->isUsed()) in setTextureCoordinate() 1321 if(!mpBColors->isUsed()) in remove() [all …]
|
H A D | b2dpolygon.cxx | 337 bool isUsed() const in isUsed() function in ControlVectorArray2D 636 if(!mpControlVector || !mpControlVector->isUsed()) in getDefaultAdaptiveSubdivision() 690 if(!mpControlVector->isUsed()) in ImplB2DPolygon() 745 bControlVectorsAreEqual = !mpControlVector->isUsed(); in operator ==() 840 if(!mpControlVector->isUsed()) in setPrevControlVector() 873 if(!mpControlVector->isUsed()) in setNextControlVector() 880 return (mpControlVector && mpControlVector->isUsed()); in areControlPointsUsed() 934 if(!mpControlVector->isUsed()) in insert() 956 if(!mpControlVector->isUsed()) in remove() 1138 if(mpControlVector->isUsed()) in transform() [all …]
|
/trunk/main/oox/source/drawingml/ |
H A D | fillproperties.cxx | 180 …aSolidColor = maPatternProps.maPattBgColor.isUsed() ? maPatternProps.maPattBgColor : maPatternProp… in getBestSolidColor() 199 if( maFillColor.isUsed() ) in pushToPropMap() 316 if( aColor.isUsed() ) in pushToPropMap() 350 if( maBlipProps.maColorChangeFrom.isUsed() && maBlipProps.maColorChangeTo.isUsed() ) in pushToPropMap()
|
H A D | textcharacterproperties.cxx | 54 if (!maCharColor.isUsed()) in assignUsed() 99 if( maCharColor.isUsed() ) in pushToPropMap() 145 if( moUnderline.has() && maUnderlineColor.isUsed() && !bUnderlineFillFollowText ) in pushToPropMap()
|
H A D | textparagraph.cxx | 53 …ns.begin() != rRuns.end() && ((*rRuns.begin())->getTextCharacterProperties()).maCharColor.isUsed()) in lcl_getBulletclr() 116 …ies.getBulletList().maBulletColorPtr && !(maProperties.getBulletList().maBulletColorPtr)->isUsed()) in insertAt()
|
H A D | textparagraphproperties.cxx | 248 if ( rSource.maBulletColorPtr->isUsed() ) in apply() 317 if ( maBulletColorPtr->isUsed() ) in pushToPropMap()
|
H A D | lineproperties.cxx | 410 if( aLineColor.isUsed() ) in pushToPropMap()
|
/trunk/main/svx/source/sdr/attribute/ |
H A D | sdrallfillattributeshelper.cxx | 50 if(isUsed()) in createPrimitive2DSequence() 105 bool SdrAllFillAttributesHelper::isUsed() const in isUsed() function in drawinglayer::attribute::SdrAllFillAttributesHelper 241 if(!isUsed() || !hasSdrFillAttribute()) in needCompleteRepaint()
|
/trunk/main/oox/inc/oox/drawingml/ |
H A D | color.hxx | 81 … inline void assignIfUsed( const Color& rColor ) { if( rColor.isUsed() ) *this = rColor; } in assignIfUsed() 84 bool isUsed() const { return meMode != COLOR_UNUSED; } in isUsed() function in oox::drawingml::Color
|
/trunk/main/svx/inc/svx/sdr/attribute/ |
H A D | sdrallfillattributeshelper.hxx | 59 bool isUsed() const;
|
/trunk/main/oox/source/ppt/ |
H A D | animvariantcontext.cxx | 60 if( ( aElement == mnElement ) && maColor.isUsed() ) in endFastElement()
|
H A D | timenodelistcontext.cxx | 507 if( maToClr.isUsed() ) in endFastElement() 509 if( maFromClr.isUsed() ) in endFastElement()
|
H A D | slidepersist.cxx | 169 sal_Int32 nPhClr = maBackgroundColor.isUsed() ? in createBackground()
|
/trunk/main/basegfx/inc/basegfx/pixel/ |
H A D | bpixel.hxx | 121 bool isUsed() const { return isVisible(); } in isUsed() function in basegfx::BPixel
|
/trunk/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 380 if(rFillAttributes.get() && rFillAttributes->isUsed()) in drawFillAttributes()
|
/trunk/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 158 if (clr.isUsed()) in lcl_getCharPropFromTblStylePart()
|
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 1644 if(bUseNew && rFillAttributes.get() && rFillAttributes->isUsed()) in DrawFillAttributes() 3448 else if(aFillAttributes.get() && aFillAttributes->isUsed()) //UUUU in IsBackgroundTransparent() 3695 if(aFillAttributes.get() && aFillAttributes->isUsed()) in Paint() 5926 if(aFillAttributes->isUsed()) in PaintBackground() 6519 if(aFillAttributes.get() && aFillAttributes->isUsed()) //UUUU in GetDrawBackgrdColor() 6760 if(rFillAttributes->isUsed()) in GetBackgroundBrush()
|
H A D | atrfrm.cxx | 3148 return !getSdrAllFillAttributesHelper()->isUsed(); in IsBackgroundBrushInherited()
|
H A D | frmtool.cxx | 234 if(aFillAttributes.get() && aFillAttributes->isUsed()) in ~SwFrmNotify()
|
/trunk/main/sw/source/core/attr/ |
H A D | format.cxx | 466 if(aFill.get() && aFill->isUsed()) in GetItemState()
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 253 if(!rFillAttributes.get() || !rFillAttributes->isUsed()) in DrawPage()
|