Home
last modified time | relevance | path

Searched refs:val (Results 226 – 250 of 288) sorted by path

12345678910>>...12

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccSelection.rgs19 val ThreadingModel = s 'both'
H A DAccTable.rgs19 val ThreadingModel = s 'both'
H A DAccText.rgs19 val ThreadingModel = s 'both'
H A DAccValue.rgs19 val ThreadingModel = s 'both'
H A DEnumVariant.rgs21 val ThreadingModel = s 'Both'
H A DMAccessible.cpp2645 sal_Int8 val; in get_OLECHARFromAny() local
2646 pAny >>= val; in get_OLECHARFromAny()
2652 sal_Bool val; in get_OLECHARFromAny() local
2653 pAny >>= val; in get_OLECHARFromAny()
2659 sal_Int8 val; in get_OLECHARFromAny() local
2666 SHORT val; in get_OLECHARFromAny() local
2673 USHORT val; in get_OLECHARFromAny() local
2680 LONG val; in get_OLECHARFromAny() local
2687 ULONG val; in get_OLECHARFromAny() local
2694 FLOAT val; in get_OLECHARFromAny() local
[all …]
H A DMAccessible.rgs21 val ThreadingModel = s 'Both'
H A DUNOXWrapper.rgs21 val ThreadingModel = s 'Apartment'
/trunk/main/winaccessibility/source/service/
H A DAccObject.cxx297 ::rtl::OUString val; in SetValue()
310 val = pRText->getText(); in SetValue()
344 sal_uInt16 val; in GetMAccessibleValueFromAny() local
345 if (pAny >>= val) in GetMAccessibleValueFromAny()
359 Sequence< ::rtl::OUString > val; in GetMAccessibleValueFromAny() local
360 if (pAny >>= val) in GetMAccessibleValueFromAny()
374 double val; in GetMAccessibleValueFromAny() local
375 if (pAny >>= val) in GetMAccessibleValueFromAny()
382 sal_Int32 val; in GetMAccessibleValueFromAny() local
383 if (pAny >>= val) in GetMAccessibleValueFromAny()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java1370 private StringBuffer val; field in NumericalHelper.TransformNumToHex
1374 val = new StringBuffer(); in TransformNumToHex()
1384 val.insert(0, index); in transform()
1388 val.insert(0, (char) (ASCII_LETTER_A_OFFSET + index)); in transform()
1398 return val.toString(); in getResult()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java53 PropertyValue val = new PropertyValue(); in propertySet2PropertyValueArray() local
54 val.Name = props[i].Name; in propertySet2PropertyValueArray()
55 val.Value = _xNewPropertySet.getPropertyValue(val.Name); in propertySet2PropertyValueArray()
56 ret[i] = val; in propertySet2PropertyValueArray()
/trunk/main/writerfilter/inc/dmapper/
H A DDomainMapper.hxx133 virtual void lcl_attribute(Id Name, Value & val);
/trunk/main/writerfilter/inc/resourcemodel/
H A DLoggedResources.hxx99 void attribute(Id name, Value & val);
103 virtual void lcl_attribute(Id name, Value & val) = 0;
H A DProtocol.hxx74 virtual void attribute(Id name, Value & val);
H A DTagLogger.hxx145 virtual void attribute(Id name, Value & val);
H A DWW8ResourceModel.hxx132 virtual void attribute(Id name, Value & val) = 0;
/trunk/main/writerfilter/source/dmapper/
H A DBorderHandler.hxx63 virtual void lcl_attribute(Id Name, Value & val);
H A DCellColorHandler.hxx47 virtual void lcl_attribute(Id Name, Value & val);
H A DCellMarginHandler.hxx42 virtual void lcl_attribute(Id Name, Value & val);
H A DDomainMapper.cxx189 void DomainMapper::lcl_attribute(Id nName, Value & val) in lcl_attribute() argument
192 sal_Int32 nIntValue = val.getInt(); in lcl_attribute()
193 rtl::OUString sStringValue = val.getString(); in lcl_attribute()
1460 resolveAttributeProperties(*this, val); in lcl_attribute()
1466 writerfilter::Reference<Properties>::Pointer_t pProperties = val.getProperties(); in lcl_attribute()
1917 m_pImpl->GetGraphicImport( IMPORT_AS_DETECTED_INLINE )->attribute(nName, val); in lcl_attribute()
1918 m_pImpl->ImportGraphic( val.getProperties(), IMPORT_AS_DETECTED_INLINE ); in lcl_attribute()
H A DFFDataHandler.cxx426 void FFDataHandler::lcl_attribute(Id name, Value & val) in lcl_attribute() argument
433 m_nHelpTextType = val.getInt(); in lcl_attribute()
439 m_sHelpText = val.getString(); in lcl_attribute()
445 m_nStatusTextType = val.getInt(); in lcl_attribute()
451 m_sStatusText = val.getString(); in lcl_attribute()
H A DFFDataHandler.hxx151 void lcl_attribute(Id name, Value & val);
H A DFontTable.cxx64 void FontTable::lcl_attribute(Id Name, Value & val) in lcl_attribute() argument
69 int nIntValue = val.getInt(); in lcl_attribute()
70 ::rtl::OUString sValue = val.getString(); in lcl_attribute()
527 int nVal = val.getInt(); in lcl_attribute()
H A DFontTable.hxx76 virtual void lcl_attribute(Id Name, Value & val);
H A DGraphicImport.cxx394 sal_Int32 nIntValue = val.getInt(); in lcl_attribute()
646 ProcessShapeOptions( val ); in lcl_attribute()
656 ProcessShapeOptions( val ); in lcl_attribute()
951 m_pImpl->sName = val.getString(); in lcl_attribute()
998 ProcessShapeOptions(val); in lcl_attribute()
1039 handleWrapTextValue(val.getInt()); in lcl_attribute()
1047 handleWrapTextValue(val.getInt()); in lcl_attribute()
1053 handleWrapTextValue(val.getInt()); in lcl_attribute()
1059 val.getAny( ) >>= xShape; in lcl_attribute()
1156 val.getString(); in lcl_attribute()
[all …]

Completed in 95 milliseconds

12345678910>>...12