| /AOO41X/main/idlc/test/parser/ |
| H A D | attribute.tests | 22 EXPECT SUCCESS "attribute.tests 1": 24 [attribute] long a; 28 EXPECT SUCCESS "attribute.tests 2": 30 [attribute] long a {}; 34 EXPECT FAILURE "attribute.tests 3": 36 [attribute] long a { 42 EXPECT SUCCESS "attribute.tests 4": 45 [attribute] long a { 51 EXPECT SUCCESS "attribute.tests 5": 54 [attribute] long a { [all …]
|
| /AOO41X/main/svx/source/sdr/primitive2d/ |
| H A D | sdrattributecreator.cxx | 90 attribute::GradientStyle XGradientStyleToGradientStyle(XGradientStyle eStyle) in XGradientStyleToGradientStyle() 96 return attribute::GRADIENTSTYLE_LINEAR; in XGradientStyleToGradientStyle() 100 return attribute::GRADIENTSTYLE_AXIAL; in XGradientStyleToGradientStyle() 104 return attribute::GRADIENTSTYLE_RADIAL; in XGradientStyleToGradientStyle() 108 return attribute::GRADIENTSTYLE_ELLIPTICAL; in XGradientStyleToGradientStyle() 112 return attribute::GRADIENTSTYLE_SQUARE; in XGradientStyleToGradientStyle() 116 return attribute::GRADIENTSTYLE_RECT; // XGRAD_RECT in XGradientStyleToGradientStyle() 121 attribute::HatchStyle XHatchStyleToHatchStyle(XHatchStyle eStyle) in XHatchStyleToHatchStyle() 127 return attribute::HATCHSTYLE_SINGLE; in XHatchStyleToHatchStyle() 131 return attribute::HATCHSTYLE_DOUBLE; in XHatchStyleToHatchStyle() [all …]
|
| /AOO41X/main/offapi/com/sun/star/awt/ |
| H A D | XStyleSettings.idl | 56 [attribute] ::com::sun::star::util::Color ActiveBorderColor; 59 [attribute] ::com::sun::star::util::Color ActiveColor; 62 [attribute] ::com::sun::star::util::Color ActiveTabColor; 65 [attribute] ::com::sun::star::util::Color ActiveTextColor; 68 [attribute] ::com::sun::star::util::Color ButtonRolloverTextColor; 71 [attribute] ::com::sun::star::util::Color ButtonTextColor; 74 [attribute] ::com::sun::star::util::Color CheckedColor; 77 [attribute] ::com::sun::star::util::Color DarkShadowColor; 80 [attribute] ::com::sun::star::util::Color DeactiveBorderColor; 83 [attribute] ::com::sun::star::util::Color DeactiveColor; [all …]
|
| /AOO41X/main/offapi/com/sun/star/report/ |
| H A D | XReportControlFormat.idl | 45 [attribute,bound] com::sun::star::util::Color ControlBackground 53 [attribute,bound] boolean ControlBackgroundTransparent 62 [attribute,bound] short ParaAdjust 72 [attribute,bound] com::sun::star::awt::FontDescriptor FontDescriptor 80 [attribute,bound] com::sun::star::awt::FontDescriptor FontDescriptorAsian 88 [attribute,bound] com::sun::star::awt::FontDescriptor FontDescriptorComplex 99 [attribute,bound] short ControlTextEmphasis 107 [attribute,bound] short CharEmphasis 116 [attribute,bound] boolean CharCombineIsOn 125 [attribute,bound] string CharCombinePrefix [all …]
|
| /AOO41X/main/writerfilter/source/doctok/ |
| H A D | compactxmi.xsl | 35 <xsl:attribute name="name"> 37 </xsl:attribute> 48 <xsl:attribute name="name"> 50 </xsl:attribute> 51 <xsl:attribute name="resource"> 55 </xsl:attribute> 76 <xsl:attribute name="name"> 78 </xsl:attribute> 79 <xsl:attribute name="resource"> 83 </xsl:attribute> [all …]
|
| /AOO41X/main/accessibility/bridge/org/openoffice/java/accessibility/ |
| H A D | AccessibleEditableTextImpl.java | 115 Object attribute = as.getAttribute(StyleConstants.Alignment); in setAttributes() local 116 if (null != attribute) { in setAttributes() 138 attribute = as.getAttribute(StyleConstants.Background); in setAttributes() 139 if (null != attribute) { in setAttributes() 149 attribute = as.getAttribute(StyleConstants.Bold); in setAttributes() 150 if (null != attribute) { in setAttributes() 164 attribute = as.getAttribute(StyleConstants.FirstLineIndent); in setAttributes() 165 if (null != attribute) { in setAttributes() 173 attribute = as.getAttribute(StyleConstants.FontFamily); in setAttributes() 174 if (null != attribute) { in setAttributes() [all …]
|
| /AOO41X/main/drawinglayer/inc/drawinglayer/primitive2d/ |
| H A D | polypolygonprimitive2d.hxx | 161 attribute::LineAttribute maLineAttribute; 164 attribute::StrokeAttribute maStrokeAttribute; 174 const attribute::LineAttribute& rLineAttribute, 175 const attribute::StrokeAttribute& rStrokeAttribute); 180 const attribute::LineAttribute& rLineAttribute); 184 const attribute::LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute() 185 … const attribute::StrokeAttribute& getStrokeAttribute() const { return maStrokeAttribute; } in getStrokeAttribute() 216 attribute::LineStartEndAttribute maStart; 217 attribute::LineStartEndAttribute maEnd; 227 const attribute::LineAttribute& rLineAttribute, [all …]
|
| H A D | polygonprimitive2d.hxx | 167 attribute::LineAttribute maLineAttribute; 170 attribute::StrokeAttribute maStrokeAttribute; 180 const attribute::LineAttribute& rLineAttribute, 181 const attribute::StrokeAttribute& rStrokeAttribute); 186 const attribute::LineAttribute& rLineAttribute); 190 const attribute::LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute() 191 … const attribute::StrokeAttribute& getStrokeAttribute() const { return maStrokeAttribute; } in getStrokeAttribute() 232 const attribute::LineAttribute& rLineAttribute, 233 const attribute::StrokeAttribute& rStrokeAttribute, 240 const attribute::LineAttribute& rLineAttribute, [all …]
|
| /AOO41X/main/offapi/com/sun/star/animations/ |
| H A D | XAnimate.idl | 46 /** This attribute specifies the target element to be animated. 50 [attribute] any Target; 52 /** This attribute specifies an optional subitem from the target element 59 [attribute] short SubItem; 61 /** Specifies the target attribute. 65 [attribute] string AttributeName; 68 the specified attribute. 72 [attribute] sequence< any > Values; 76 [attribute] sequence< double > KeyTimes; 81 [attribute] short ValueType; [all …]
|
| /AOO41X/main/offapi/com/sun/star/security/ |
| H A D | XCertificate.idl | 41 * the version number attribute of the certificate. 43 [attribute, readonly] short Version ; 46 * the serial number attribute of the certificate. 48 [attribute, readonly] sequence< byte > SerialNumber ; 51 * the issuer name attribute of the certificate. 53 [attribute, readonly] string IssuerName ; 56 * the subject name attribute of the certificate. 58 [attribute, readonly] string SubjectName ; 61 * the validity NotBefore date attribute of the certificate. 63 [attribute, readonly] com::sun::star::util::DateTime NotValidBefore ; [all …]
|
| /AOO41X/main/drawinglayer/ |
| H A D | Package_inc.mk | 118 …age_add_file,drawinglayer_inc,inc/drawinglayer/attribute/fillgradientattribute.hxx,drawinglayer/at… 119 …ckage_add_file,drawinglayer_inc,inc/drawinglayer/attribute/fillhatchattribute.hxx,drawinglayer/att… 120 …kage_add_file,drawinglayer_inc,inc/drawinglayer/attribute/fillgraphicattribute.hxx,drawinglayer/at… 121 …Package_add_file,drawinglayer_inc,inc/drawinglayer/attribute/fontattribute.hxx,drawinglayer/attrib… 122 …kage_add_file,drawinglayer_inc,inc/drawinglayer/attribute/materialattribute3d.hxx,drawinglayer/att… 123 …ckage_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrallattribute3d.hxx,drawinglayer/attr… 124 …ackage_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrlineattribute.hxx,drawinglayer/attr… 125 …ge_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrlinestartendattribute.hxx,drawinglayer/… 126 …ckage_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrshadowattribute.hxx,drawinglayer/att… 127 …ackage_add_file,drawinglayer_inc,inc/drawinglayer/attribute/sdrfillattribute.hxx,drawinglayer/attr… [all …]
|
| H A D | Library_drawinglayer.mk | 67 drawinglayer/source/attribute/fillgradientattribute \ 68 drawinglayer/source/attribute/fillhatchattribute \ 69 drawinglayer/source/attribute/fillgraphicattribute \ 70 drawinglayer/source/attribute/fontattribute \ 71 drawinglayer/source/attribute/materialattribute3d \ 72 drawinglayer/source/attribute/sdrallattribute3d \ 73 drawinglayer/source/attribute/sdrlineattribute \ 74 drawinglayer/source/attribute/sdrlinestartendattribute \ 75 drawinglayer/source/attribute/sdrshadowattribute \ 76 drawinglayer/source/attribute/sdrfillattribute \ [all …]
|
| /AOO41X/main/filter/source/xslt/import/wordml/ |
| H A D | wordml2ooo_props.xsl | 33 <xsl:attribute name="fo:margin-top"> 60 </xsl:attribute> 61 <xsl:attribute name="fo:margin-bottom"> 81 </xsl:attribute> 82 <xsl:attribute name="fo:margin-left"> 84 </xsl:attribute> 85 <xsl:attribute name="fo:margin-right"> 87 </xsl:attribute> 89 <xsl:attribute name="fo:page-width"> 91 </xsl:attribute> [all …]
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | XSQLInput.idl | 90 /** reads the next attribute in the stream as string. 92 the attribute; if the value is SQL NULL, return null. 99 /** reads the next attribute in the stream as boolean. 101 the attribute; if the value is SQL NULL, return null. 108 /** reads the next attribute in the stream as byte. 110 the attribute; if the value is SQL NULL, return null. 117 /** reads the next attribute in the stream as short. 119 the attribute; if the value is SQL NULL, return null. 126 /** reads the next attribute in the stream as long. 128 the attribute; if the value is SQL NULL, return null. [all …]
|
| /AOO41X/main/oovbaapi/ooo/vba/excel/ |
| H A D | XPageSetup.idl | 47 [attribute] string PrintArea; 48 [attribute] double HeaderMargin; 49 [attribute] double FooterMargin; 50 [attribute] any FitToPagesTall; 51 [attribute] any FitToPagesWide; 52 [attribute] any Zoom; 53 [attribute] string LeftHeader; 54 [attribute] string CenterHeader; 55 [attribute] string RightHeader; 56 [attribute] string LeftFooter; [all …]
|
| H A D | XRange.idl | 76 [attribute] any Value; 77 [attribute] any Formula; 78 [attribute] any FormulaArray; 79 [attribute] any FormulaR1C1; 80 [attribute, readonly] long Count; 81 [attribute, readonly] long Row; 82 [attribute, readonly] long Column; 83 [attribute, readonly] string Text; 84 [attribute, readonly] XRange EntireRow; 85 [attribute, readonly] XRange EntireColumn; [all …]
|
| H A D | XWindow.idl | 40 [attribute] any Caption; 41 [attribute] boolean DisplayGridlines; 42 [attribute] boolean DisplayHeadings; 43 [attribute] boolean DisplayHorizontalScrollBar; 44 [attribute] boolean DisplayOutline; 45 [attribute] boolean DisplayVerticalScrollBar; 46 [attribute] boolean DisplayWorkbookTabs; 47 [attribute] boolean FreezePanes; 48 [attribute] boolean Split; 49 [attribute] long SplitColumn; [all …]
|
| H A D | XApplication.idl | 49 [attribute, readonly] any Selection; 50 [attribute, readonly] XWorkbook ActiveWorkbook; 51 [attribute, readonly] XRange ActiveCell; 52 [attribute, readonly] XWindow ActiveWindow; 53 [attribute, readonly] XWorksheet ActiveSheet; 54 [attribute, readonly] ooo::vba::XAssistant Assistant; 55 [attribute] long Calculation; 56 [attribute, readonly] XWorkbook ThisWorkbook; 57 [attribute, readonly] string Name; 58 [attribute] boolean DisplayAlerts; [all …]
|
| /AOO41X/main/extensions/test/ole/idl/ |
| H A D | oletest.idl | 53 [attribute] sequence<byte> AttrByte; 54 [attribute] sequence<float> AttrFloat; 55 [attribute] sequence<double> AttrDouble; 56 [attribute] sequence<boolean> AttrBool; 57 [attribute] sequence<short> AttrShort; 58 [attribute] sequence<unsigned short> AttrUShort; 59 [attribute] sequence<long> AttrLong; 60 [attribute] sequence<unsigned long> AttrULong; 61 [attribute] sequence<string> AttrString; 62 [attribute] sequence<char> AttrChar; [all …]
|
| /AOO41X/main/oovbaapi/ooo/vba/word/ |
| H A D | XParagraphFormat.idl | 41 [attribute] long Alignment; 42 [attribute] float FirstLineIndent; 43 [attribute] any KeepTogether; 44 [attribute] any KeepWithNext; 45 [attribute] any Hyphenation; 46 [attribute] float LineSpacing; 47 [attribute] long LineSpacingRule; 48 [attribute] any NoLineNumber; 49 [attribute] long OutlineLevel; 50 [attribute] any PageBreakBefore; [all …]
|
| /AOO41X/main/svx/inc/svx/sdr/primitive2d/ |
| H A D | sdrattributecreator.hxx | 35 namespace drawinglayer { namespace attribute { namespace 63 attribute::SdrLineAttribute SVX_DLLPUBLIC createNewSdrLineAttribute( 66 attribute::SdrLineStartEndAttribute SVX_DLLPUBLIC createNewSdrLineStartEndAttribute( 70 attribute::SdrShadowAttribute createNewSdrShadowAttribute( 73 attribute::SdrFillAttribute createNewSdrFillAttribute( 77 attribute::SdrTextAttribute createNewSdrTextAttribute( 85 attribute::FillGradientAttribute createNewTransparenceGradientAttribute( 88 attribute::SdrFillGraphicAttribute createNewSdrFillGraphicAttribute( 91 attribute::SdrShadowTextAttribute createNewSdrShadowTextAttribute( 96 attribute::SdrLineShadowTextAttribute createNewSdrLineShadowTextAttribute( [all …]
|
| /AOO41X/main/oovbaapi/ooo/vba/msforms/ |
| H A D | XShape.idl | 46 [attribute] string Name; 47 [attribute] double Height; 48 [attribute] double Width; 49 [attribute] double Left; 50 [attribute] double Top; 51 [attribute] boolean Visible; 52 [attribute, readonly] long ZOrderPosition; 53 [attribute, readonly] long Type; 54 [attribute] double Rotation; 55 [attribute, readonly] XLineFormat Line; [all …]
|
| /AOO41X/main/testtools/source/servicetests/ |
| H A D | TestService1.idl | 33 [attribute] long Prop1; 34 [attribute, readonly] long Prop2; 35 /*[attribute, readonly, maybevoid] long Prop3Void;*/ 36 [attribute, readonly/*, maybevoid*/] long Prop3Long; 37 /*[attribute, readonly, optional] long Prop4None;*/ 38 [attribute, readonly/*, optional*/] long Prop4Long; 39 /*[attribute, readonly, maybevoid, optional] long Prop5None;*/ 40 /*[attribute, readonly, maybevoid, optional] long Prop5Void;*/ 41 [attribute, readonly/*, maybevoid, optional*/] long Prop5Long; 42 [attribute/*, maybevoid*/] long Prop6; [all …]
|
| /AOO41X/main/writerfilter/source/ooxml/ |
| H A D | OOXMLFastHelper.hxx | 75 debug_logger->attribute("context", pHandler->getType()); in createAndSetParent() 76 debug_logger->attribute("id", (*QNameToString::Instance())(nId)); in createAndSetParent() 86 debug_logger->attribute("context", pHandler->getType()); in createAndSetParent() 87 debug_logger->attribute("token", fastTokenToId(pTmp->getToken())); in createAndSetParent() 88 debug_logger->attribute("id", (*QNameToString::Instance())(nId)); in createAndSetParent() 108 debug_logger->attribute("context", pHandler->getType()); in createAndSetParentAndDefine() 109 debug_logger->attribute("id", (*QNameToString::Instance())(nId)); in createAndSetParentAndDefine() 114 debug_logger->attribute("idnum", buffer); in createAndSetParentAndDefine() 144 debug_logger->attribute("context", pHandler->getType()); in createAndSetParentRef() 145 debug_logger->attribute("type", fastTokenToId(nToken)); in createAndSetParentRef() [all …]
|
| /AOO41X/main/stoc/test/ |
| H A D | language_binding.idl | 123 [attribute] boolean Bool; 124 [attribute] byte Byte; 125 [attribute] char Char; 126 [attribute] short Short; 127 [attribute] unsigned short UShort; 128 [attribute] long Long; 129 [attribute] unsigned long ULong; 130 [attribute] hyper Hyper; 131 [attribute] unsigned hyper UHyper; 132 [attribute] float Float; [all …]
|