| /AOO41X/main/offapi/com/sun/star/style/ |
| H A D | CharacterProperties.idl | 55 /** This property specifies the name of the font style. 59 [property] string CharFontName; 63 /** This property contains the name of the font style. 65 <p>This property may be empty.</p> 67 [property] string CharFontStyleName; 71 /** This property contains font family. 74 [property] short CharFontFamily; 78 /** This property contains the text encoding of the font. 81 [property] short CharFontCharSet; 85 /** This property contains the font pitch. [all …]
|
| H A D | PageProperties.idl | 79 [property] com::sun::star::util::Color BackColor; 83 //[property] BackGraphic; 87 [property] string BackGraphicURL; 91 [property] string BackGraphicFilter; 95 [property] com::sun::star::style::GraphicLocation BackGraphicLocation; 99 <p>If this property is set to <TRUE/>, 102 [property] boolean BackTransparent; 106 [property] long LeftMargin; 110 [property] long RightMargin; 114 [property] long TopMargin; [all …]
|
| H A D | ParagraphProperties.idl | 80 [property] com::sun::star::style::ParagraphAdjust ParaAdjust; 86 [optional, property] com::sun::star::style::LineSpacing ParaLineSpacing; 92 [optional, property] com::sun::star::util::Color ParaBackColor; 99 [optional, property] boolean ParaBackTransparent; 105 [optional, property] string ParaBackGraphicURL; 111 [optional, property] string ParaBackGraphicFilter; 119 [optional, property] com::sun::star::style::GraphicLocation ParaBackGraphicLocation; 127 [property] short ParaLastLineAdjust; 136 [optional, property] boolean ParaExpandSingleWord; 142 [property] long ParaLeftMargin; [all …]
|
| /AOO41X/main/offapi/com/sun/star/text/ |
| H A D | ViewSettings.idl | 39 /** If this property is <TRUE/>, annotations (notes) are visible. 41 [property] boolean ShowAnnotations; 43 /** If this property is <TRUE/>, paragraph line breaks are visible. 45 [property] boolean ShowBreaks; 47 /** If this property is <TRUE/>, shapes are visible. 49 [property] boolean ShowDrawings; 51 /** If this property is <TRUE/>, text fields are shown with their commands; otherwise 54 [property] boolean ShowFieldCommands; 56 /** If this property is <TRUE/>, footnotes symbols are displayed with gray background. 58 [property] boolean ShowFootnoteBackground; [all …]
|
| H A D | MailMerge.idl | 67 call are those given by this service. If a property is also listed 69 The value of the property in this service will remain unchanged 98 <p>For the interaction of this property with other data access relevant properties, see 101 [property] string DataSourceName; 108 <p>For the interaction of this property with other data access relevant properties, see 111 [property] long CommandType; 117 <p>For the interaction of this property with other data access relevant properties, see 120 [property] string Command; 133 conjunction with the <member>Selection</member> property.</p> 135 <p>For the interaction of this property with other data access relevant properties, see [all …]
|
| H A D | BaseFrameProperties.idl | 62 /** gives access to the UserDefinedAttributes property. 73 [property] short AnchorPageNo; 79 [property] com::sun::star::text::XTextFrame AnchorFrame; 83 [property] com::sun::star::util::Color BackColor; 87 [property] string BackGraphicURL; 92 [property] string BackGraphicFilter; 97 [property] com::sun::star::style::GraphicLocation BackGraphicLocation; 104 [property] com::sun::star::table::BorderLine LeftBorder; 111 [property] com::sun::star::table::BorderLine RightBorder; 118 [property] com::sun::star::table::BorderLine TopBorder; [all …]
|
| H A D | PrintSettings.idl | 44 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintGraphics 47 [property] boolean PrintGraphics; 51 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintTables 54 [property] boolean PrintTables; 58 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintDrawings 61 [property] boolean PrintDrawings; 65 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintLeftPage 68 [property] boolean PrintLeftPages; 72 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintRightPage 75 [property] boolean PrintRightPages; [all …]
|
| H A D | Shape.idl | 62 [property] short AnchorPageNo; 68 [property] com::sun::star::text::XTextFrame AnchorFrame; 73 [optional, property] com::sun::star::text::TextContentAnchorType AnchorType; 79 [property] short HoriOrient; 84 [property] long HoriOrientPosition; 92 [property] short HoriOrientRelation; 99 [property] short VertOrient; 107 [property] long VertOrientPosition; 115 [property] short VertOrientRelation; 119 [property] long LeftMargin; [all …]
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | PageMasterImportPropMapper.cxx | 136 XMLPropertyState *property = &(*aIter); in finished() local 137 sal_Int16 nContextID = getPropertySetMapper()->GetEntryContextId(property->mnIndex); in finished() 138 if (property->mnIndex >= nStartIndex && property->mnIndex < nEndIndex) in finished() 142 case CTF_PM_PADDINGALL : pAllPaddingProperty = property; break; in finished() 143 case CTF_PM_PADDINGLEFT : pPadding[XML_LINE_LEFT] = property; break; in finished() 144 … case CTF_PM_PADDINGRIGHT : pPadding[XML_LINE_RIGHT] = property; break; in finished() 145 case CTF_PM_PADDINGTOP : pPadding[XML_LINE_TOP] = property; break; in finished() 146 … case CTF_PM_PADDINGBOTTOM : pPadding[XML_LINE_BOTTOM] = property; break; in finished() 147 case CTF_PM_BORDERALL : pAllBorderProperty = property; break; in finished() 148 case CTF_PM_BORDERLEFT : pBorders[XML_LINE_LEFT] = property; break; in finished() [all …]
|
| /AOO41X/main/offapi/com/sun/star/formula/ |
| H A D | FormulaProperties.idl | 42 [property] short Alignment; 51 [property] short BaseFontHeight; 56 [property] string CustomFontNameFixed; 61 [property] boolean FontFixedIsItalic; 66 [property] boolean FontFixedIsBold; 71 [property] string CustomFontNameSans; 76 [property] boolean FontSansIsItalic; 81 [property] boolean FontSansIsBold; 86 [property] string CustomFontNameSerif; 91 [property] boolean FontSerifIsItalic; [all …]
|
| /AOO41X/main/offapi/com/sun/star/drawing/ |
| H A D | FillProperties.idl | 68 [property] FillStyle FillStyle; 71 /** If the property <member>FillStyle</member> is set to <const> 74 [property] com::sun::star::util::Color FillColor; 79 <p>This property is only valid if the property <member>FillStyle 82 [property] short FillTransparence; 90 [property] string FillTransparenceGradientName; 96 [optional, property] com::sun::star::awt::Gradient FillTransparenceGradient; 99 /** If the property <member>FillStyle</member> is set to <const> 103 [property] string FillGradientName; 106 /** If the property <member>FillStyle</member> is set to <const> [all …]
|
| H A D | LineProperties.idl | 45 /** This property contains the type of the line. 47 [property] com::sun::star::drawing::LineStyle LineStyle; 51 /** This property contains the dash of the line. 53 [property] com::sun::star::drawing::LineDash LineDash; 57 /** This property contains the name of the dash of the line. 59 [optional, property] string LineDashName; 63 /** This property contains the line color. 65 [property] com::sun::star::util::Color LineColor; 69 /** This property contains the extent of transparency. 71 [property] short LineTransparence; [all …]
|
| /AOO41X/main/offapi/com/sun/star/inspection/ |
| H A D | XPropertyHandler.idl | 62 Also, property handlers are responsible for describing the user interface which should 75 …ope="com::sun::star::lang">XComponent::dispose</member> is invoked when the property handler is not 81 /** binds the property handler to a new component 90 /** retrieves the current value of a property 92 the name of the property whose value is to be retrieved 94 if the given property is not supported by the property handler 100 /** sets the value of a property 103 the name of the property whose value is to be set 105 the property value to set 107 if the given property is not supported by the property handler [all …]
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | TableAutoFormatField.idl | 85 [property] string CharFontName; 89 [optional, property] string CharFontNameAsian; 93 [optional, property] string CharFontNameComplex; 99 [property] string CharFontStyleName; 103 [optional, property] string CharFontStyleNameAsian; 107 [optional, property] string CharFontStyleNameComplex; 113 [property] string CharFontCharSet; 117 [optional, property] string CharFontCharSetAsian; 121 [optional, property] string CharFontCharSetComplex; 127 [property] string CharFontFamily; [all …]
|
| H A D | TablePageStyle.idl | 59 [property] boolean CenterHorizontally; 65 [property] boolean CenterVertically; 71 [property] boolean PrintAnnotations; 77 [property] boolean PrintGrid; 83 [property] boolean PrintHeaders; 89 [property] boolean PrintCharts; 95 [property] boolean PrintObjects; 101 [property] boolean PrintDrawing; 107 [property] boolean PrintFormulas; 113 [property] boolean PrintZeroValues; [all …]
|
| /AOO41X/main/offapi/com/sun/star/chart2/ |
| H A D | DataPointProperties.idl | 56 this property) that is used as default, if the PropertyState 57 of a property is <code>DEFAULT_VALUE</code>. 59 // [optional, property] ::com::sun::star::style::XStyle Style; 70 property.</p> 75 [property] long Color; 82 <code>LineTransparence</code> property.</p> 87 [property] short Transparency; 95 [property] ::com::sun::star::drawing::FillStyle FillStyle; 99 [optional, property] ::com::sun::star::awt::Gradient TransparencyGradient; 100 [optional, property] ::com::sun::star::awt::Gradient Gradient; [all …]
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | txtimppr.cxx | 328 XMLPropertyState* property = &(*aIter); in finished() local 329 if( -1 == property->mnIndex ) in finished() 332 switch( getPropertySetMapper()->GetEntryContextId( property->mnIndex ) ) in finished() 334 case CTF_FONTFAMILYNAME: pFontFamilyName = property; break; in finished() 335 case CTF_FONTSTYLENAME: pFontStyleName = property; break; in finished() 336 case CTF_FONTFAMILY: pFontFamily = property; break; in finished() 337 case CTF_FONTPITCH: pFontPitch = property; break; in finished() 338 case CTF_FONTCHARSET: pFontCharSet = property; break; in finished() 340 case CTF_FONTFAMILYNAME_CJK: pFontFamilyNameCJK = property; break; in finished() 341 case CTF_FONTSTYLENAME_CJK: pFontStyleNameCJK = property; break; in finished() [all …]
|
| /AOO41X/main/accessibility/bridge/org/openoffice/java/accessibility/ |
| H A D | AccessibleTextImpl.java | 68 String property = System.getProperty("AccessBridgeLogging"); in AccessibleTextImpl() local 69 if ((property != null) && (property.indexOf("text") != -1)) { in AccessibleTextImpl() 253 com.sun.star.beans.PropertyValue property) { in setAttribute() argument 256 if (property.Name.equals("ParaAdjust")) { in setAttribute() 259 if (property.Value instanceof ParagraphAdjust) { in setAttribute() 260 adjust = (ParagraphAdjust) property.Value; in setAttribute() 261 } else if (property.Value instanceof Any) { in setAttribute() 263 ParagraphAdjust.class), property.Value); in setAttribute() 266 property.Value)); in setAttribute() 287 property.Value.getClass().getName()); in setAttribute() [all …]
|
| /AOO41X/main/offapi/com/sun/star/awt/ |
| H A D | UnoControlFormattedFieldModel.idl | 68 [property] short Align; 74 [property] com::sun::star::util::Color BackgroundColor; 86 [property] short Border; 97 [optional, property] long BorderColor; 106 [property] any EffectiveDefault; 112 <p>This property is ignored if the format of the field is no numeric 115 [property] double EffectiveMax; 121 <p>This property is ignored if the format of the field is no numeric 124 [property] double EffectiveMin; 133 [property] double EffectiveValue; [all …]
|
| H A D | UnoControlCurrencyFieldModel.idl | 58 [property] com::sun::star::util::Color BackgroundColor; 70 [property] short Border; 81 [optional, property] long BorderColor; 87 [property] string CurrencySymbol; 93 [property] short DecimalAccuracy; 99 [property] boolean Enabled; 105 [property] com::sun::star::awt::FontDescriptor FontDescriptor; 112 [property] short FontEmphasisMark; 119 [property] short FontRelief; 125 [property] string HelpText; [all …]
|
| H A D | UnoControlButtonModel.idl | 65 [optional, property] short Align; 71 [property] com::sun::star::util::Color BackgroundColor; 77 [property] boolean DefaultButton; 83 [property] boolean Enabled; 96 [optional, property] boolean FocusOnClick; 102 [property] com::sun::star::awt::FontDescriptor FontDescriptor; 109 [property] short FontEmphasisMark; 116 [property] short FontRelief; 122 [property] string HelpText; 128 [property] string HelpURL; [all …]
|
| /AOO41X/main/offapi/com/sun/star/chart/ |
| H A D | ChartAxis.idl | 115 [optional, property] double Max; 121 [optional, property] double Min; 127 [optional, property] double StepMain; 135 [optional, property] long StepHelpCount; 140 User property StepHelpCount instead 143 [optional, property] double StepHelp; 148 this property is <TRUE/>. 150 [optional, property] boolean AutoMax; 155 this property is <TRUE/>. 157 [optional, property] boolean AutoMin; [all …]
|
| /AOO41X/main/vcl/aqua/source/a11y/ |
| H A D | aqua11ytextattributeswrapper.mm | 46 +(int)convertUnderlineStyle:(PropertyValue)property { 49 property.Value >>= value; 57 +(int)convertBoldStyle:(PropertyValue)property { 60 property.Value >>= value; 70 +(int)convertItalicStyle:(PropertyValue)property { 72 const sal_Int16 value = property.Value.get< ::css_awt::FontSlant>(); 79 +(BOOL)isStrikethrough:(PropertyValue)property { 82 property.Value >>= value; 90 +(BOOL)convertBoolean:(PropertyValue)property { 93 property.Value >>= value; [all …]
|
| /AOO41X/main/offapi/com/sun/star/awt/grid/ |
| H A D | UnoControlGridModel.idl | 53 [property] boolean ShowRowHeader; 61 [property] long RowHeaderWidth; 67 [property] boolean ShowColumnHeader; 75 …<p>If the property is <void/>, the grid control shall automatically determine a height which conve… 78 [property, maybevoid] long ColumnHeaderHeight; 84 [property, maybevoid] long RowHeight; 94 …<p>The default for this property is an empty instance of the <type>DefaultGridColumnModel</type>.<… 96 [property] XGridColumnModel ColumnModel; 106 …<p>The default for this property is an empty instance of the <type>DefaultGridDataModel</type>.</p> 108 [property] XGridDataModel GridDataModel; [all …]
|
| /AOO41X/main/offapi/com/sun/star/document/ |
| H A D | Settings.idl | 59 // every property that shows which application currently makes use 71 [optional, property] com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters; 80 [optional, property] short LinkUpdateMode; 86 [property] string PrinterName; 92 <p>This property serves to capture the current printer setup 95 it. The PrinterSetup property may be used to save and restore 98 [property] sequence< byte > PrinterSetup; 106 [optional, property] boolean IsKernAsianPunctuation; 115 [optional, property] short CharacterCompressionType; 122 [optional, property] boolean ApplyUserData; [all …]
|