Home
last modified time | relevance | path

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

12

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetConditionalEntry.java42 public String StyleName = null; field in _XSheetConditionalEntry
49 StyleName = oObj.getStyleName(); in _getStyleName()
50 tRes.tested("getStyleName()", StyleName != null); in _getStyleName()
66 tRes.tested("setStyleName()", !StyleName.equals(oObj.getStyleName())); in _setStyleName()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx52 rFont.SetStyleName( rDesc.StyleName ); in ConvertToFont()
69 rDesc.StyleName = rFont.GetStyleName(); in ConvertFromFont()
91 aFontItem.SetStyleName( rDesc.StyleName); in FillItemSet()
145 rDesc.StyleName = pFontItem->GetStyleName(); in FillFromItemSet()
/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx308 struct StyleName { in GetMethodName() struct
314 StyleName *pDescPtr; in GetMethodName()
315 static const StyleName pDescription[] = { in GetMethodName()
332 for ( pDescPtr = const_cast<StyleName*>(pDescription); pDescPtr->nStyle != 0; pDescPtr++ ) in GetMethodName()
/trunk/main/dbaccess/source/core/api/
H A Ddatasettings.cxx120 …ENAME, PropertyAttribute::BOUND,&_pItem->m_aFont.StyleName, ::getCppuType(&_pItem->m_aFont.Style… in registerPropertiesFor()
207 _rDefault <<= aFD.StyleName; in getPropertyDefaultByHandle()
H A Dtable.cxx240 …_ID_FONTSTYLENAME, PropertyAttribute::BOUND,&m_aFont.StyleName, ::getCppuType(&m_aFont.StyleName in construct()
/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx63 aValue <<= _rFont.StyleName; in lcl_extractFontDescriptorAggregate()
297 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aFont.StyleName ); in convertFastPropertyValue()
392 _rValue >>= m_aFont.StyleName; in setFastPropertyValue_NoBroadcast()
/trunk/main/sfx2/source/dialog/
H A Dtplpitem.cxx88 aTemplate.StyleName = aStyle; in QueryValue()
102 aStyle = aTemplate.StyleName; in PutValue()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx112 case BASEPROPERTY_FONTDESCRIPTORPART_STYLENAME: rValue >>= rFD.StyleName; in DECLARE_TABLE()
242 case BASEPROPERTY_FONTDESCRIPTORPART_STYLENAME: aDefault <<= aFD.StyleName; break; in ImplGetDefaultValue()
694 OutStream->writeUTF( aFD.StyleName ); in write()
782 OutStream->writeUTF( aFD.StyleName ); in write()
898 aFD.StyleName = InStream->readUTF(); in read()
973 pFD->StyleName = InStream->readUTF(); in read()
1278 case BASEPROPERTY_FONTDESCRIPTORPART_STYLENAME: rValue <<= aFD.StyleName; in getFastPropertyValue()
/trunk/main/comphelper/source/streaming/
H A Dbasicio.cxx41 _rxOutStream->writeUTF( _rFont.StyleName ); in operator <<()
67 _rFont.StyleName = _rxInStream->readUTF(); in operator >>()
/trunk/main/reportdesign/source/core/api/
H A DReportControlModel.cxx37 && ( _lhs.StyleName == _rhs.StyleName ) in operator ==()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx198 if (def_descr.StyleName != _descr.StyleName) in createElement()
201 _descr.StyleName ); in createElement()
1227 f1.StyleName == f2.StyleName && in equalFont()
/trunk/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx351 return varName.aFontDescriptor.StyleName; \
356 set(PROPERTY_CHARFONTSTYLENAME,_charfontstylename,varName.aFontDescriptor.StyleName); \
638 return varName.aAsianFontDescriptor.StyleName; \
642 set(PROPERTY_CHARFONTSTYLENAMEASIAN,the_value,varName.aAsianFontDescriptor.StyleName); \
730 return varName.aComplexFontDescriptor.StyleName; \
734 set(PROPERTY_CHARFONTSTYLENAMECOMPLEX,the_value,varName.aComplexFontDescriptor.StyleName); \
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx155 rFontRequest.FontDescription.StyleName, in drawText()
293 rFontRequest.FontDescription.StyleName, in queryTextBounds()
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx434 ( _rLeft.StyleName.equals( _rRight.StyleName ) ) && in operator ==()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx285 …TSTYLENAME.length), PROPERTY_ID_FONTSTYLENAME, &::getCppuType(&aFont.StyleName) ,PropertyAttrib… in copyStyleElements()
318 xProp->getPropertyValue(PROPERTY_FONTSTYLENAME) >>= aFont.StyleName; in copyStyleElements()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java232 fontDescriptor5.StyleName = "Regular"; in WebWizardDialog()
237 fontDescriptor6.StyleName = "Bold Italic"; in WebWizardDialog()
242 fontDescriptor7.StyleName = "Regular"; in WebWizardDialog()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx329 aFD.StyleName = rFont.GetStyleName(); in CreateFontDescriptor()
352 if ( rDescr.StyleName.getLength() ) in CreateFont()
353 aFont.SetStyleName( rDescr.StyleName ); in CreateFont()
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx2341 ::rtl::OUString StyleName; in XMLNumberedParaContext()
2375 StyleName = rValue; in XMLNumberedParaContext()
2399 StyleName); in XMLNumberedParaContext()
2406 m_ListId, m_Level, StyleName); in XMLNumberedParaContext()
/trunk/main/offapi/com/sun/star/frame/status/
H A DTemplate.idl43 string StyleName;
/trunk/main/offapi/com/sun/star/style/
H A DXStyleCondition.idl54 [oneway] void setStyleConditionByType( [in] string StyleName,
/trunk/main/canvas/source/cairo/
H A Dcairo_canvasfont.cxx72 rFontRequest.FontDescription.StyleName, in CanvasFont()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetConditionalEntries.idl71 <dt><atom>string</atom> StyleName</dt>
/trunk/main/canvas/source/vcl/
H A Dcanvasfont.cxx51 rFontRequest.FontDescription.StyleName, in CanvasFont()
/trunk/main/vcl/source/components/
H A Dfontident.cxx111 aFD.StyleName = m_aFont.GetStyleName(); in getMaterial()
/trunk/main/offapi/com/sun/star/rendering/
H A DFontInfo.idl67 string StyleName;

Completed in 93 milliseconds

12