Home
last modified time | relevance | path

Searched refs:aValue (Results 26 – 50 of 863) sorted by relevance

12345678910>>...35

/trunk/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx226 aValue, in convertFastPropertyValue()
234 aValue, in convertFastPropertyValue()
244 aValue, in convertFastPropertyValue()
253 aValue, in convertFastPropertyValue()
261 aValue, in convertFastPropertyValue()
269 aValue, in convertFastPropertyValue()
303 aValue >>= bBool; in setFastPropertyValue_NoBroadcast()
354 aValue >>= xFrame; in setFastPropertyValue_NoBroadcast()
361 aValue >>= bBool; in setFastPropertyValue_NoBroadcast()
377 aValue >>= bBool; in setFastPropertyValue_NoBroadcast()
[all …]
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx1070 Any aValue( getAny() ); in getString() local
1072 if ( aValue >>= xClob ) in getString()
1724 const Any aValue = makeAny(); in getSequence() local
1725 if(aValue.hasValue()) in getSequence()
1811 aValue.Day = pDateTime->Day; in getDate()
1840 return aValue; in getDate()
1885 return aValue; in getTime()
1913 aValue.Day = pDate->Day; in getDateTime()
1914 aValue.Month = pDate->Month; in getDateTime()
1915 aValue.Year = pDate->Year; in getDateTime()
[all …]
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationsetnode.cxx93 extractValue( aValue, in createActivity()
108 aValue ); in createActivity()
113 EnumAnimation::ValueType aValue; in createActivity() local
116 extractValue( aValue, in createActivity()
131 aValue ); in createActivity()
139 extractValue( aValue, in createActivity()
154 aValue ); in createActivity()
162 extractValue( aValue, in createActivity()
177 aValue ); in createActivity()
185 extractValue( aValue, in createActivity()
[all …]
/trunk/main/forms/source/xforms/
H A Ddatatypes.cxx802 Date aValue; in _getValue() local
803 if ( !( aTypeValue >>= aValue ) ) in _getValue()
806 ::Date aToolsDate( aValue.Day, aValue.Month, aValue.Year ); in _getValue()
821 Date aValue; in normalizeValue() local
823 ::Date aToolsDate( aValue.Day, aValue.Month, aValue.Year ); in normalizeValue()
844 Time aValue; in _getValue() local
848 ::Time aToolsTime( aValue.Hours, aValue.Minutes, aValue.Seconds, aValue.HundredthSeconds ); in _getValue()
863 Time aValue; in normalizeValue() local
865 ::Time aToolsTime( aValue.Hours, aValue.Minutes, aValue.Seconds, aValue.HundredthSeconds ); in normalizeValue()
905 DateTime aValue; in _getValue() local
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A Dmacabcondition.cxx85 macabfield *aValue = aRecord->get(m_nFieldNumber); in eval() local
87 if(aValue == NULL) in eval()
89 else if(aValue->value == NULL) in eval()
102 macabfield *aValue = aRecord->get(m_nFieldNumber); in eval() local
104 if(aValue == NULL) in eval()
106 else if(aValue->value == NULL) in eval()
125 macabfield *aValue = aRecord->get(m_nFieldNumber); in eval() local
127 if(aValue == NULL) in eval()
148 macabfield *aValue = aRecord->get(m_nFieldNumber); in eval() local
150 if(aValue == NULL) in eval()
[all …]
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx205 aValue >>= rowHeaderWidth; in setProperty()
216 if ( !aValue.hasValue() ) in setProperty()
222 aValue >>= columnHeaderHeight; in setProperty()
246 if ( !aValue.hasValue() ) in setProperty()
252 aValue >>= rowHeight; in setProperty()
276 if( aValue >>= eSelectionType ) in setProperty()
294 if( aValue >>= bHScroll ) in setProperty()
302 if( aValue >>= bVScroll ) in setProperty()
312 if( aValue >>= rowHeader ) in setProperty()
373 if ( aValue >>= eAlign ) in setProperty()
[all …]
/trunk/main/sc/source/core/data/
H A Dtable4.cxx91 if ( !aValue.Len() ) in lcl_DecompValueString()
105 sal_Unicode cLast = p[aValue.Len()-1]; in lcl_DecompValueString()
116 aValue.Erase( 0, nNum ); in lcl_DecompValueString()
136 aValue.Erase( nNum + 1 ); in lcl_DecompValueString()
179 aEngine.SetText( aValue ); in lcl_getSuffixCell()
182 aEngine.QuickSetAttribs( aAttr, ESelection( 0, aValue.Len(), 0, aValue.Len() + in lcl_getSuffixCell()
756 String aValue; in FillAuto() local
938 String aValue; in GetAutoFillPreview() local
1177 return aValue; in GetAutoFillPreview()
1496 String aValue; in FillSeries() local
[all …]
/trunk/main/oox/source/helper/
H A Ddatetimehelper.cxx36 bool parseISO8601DateTime( OUString &aValue, DateTime &dateTime ) in parseISO8601DateTime() argument
38 bool bValid = (aValue.getLength() >= 19) && (aValue[ 4 ] == '-') && (aValue[ 7 ] == '-') && in parseISO8601DateTime()
39 (aValue[ 10 ] == 'T') && (aValue[ 13 ] == ':') && (aValue[ 16 ] == ':'); in parseISO8601DateTime()
42 dateTime.Year = static_cast< sal_uInt16 >( aValue.copy( 0, 4 ).toInt32() ); in parseISO8601DateTime()
43 dateTime.Month = static_cast< sal_uInt16 >( aValue.copy( 5, 2 ).toInt32() ); in parseISO8601DateTime()
44 dateTime.Day = static_cast< sal_uInt16 >( aValue.copy( 8, 2 ).toInt32() ); in parseISO8601DateTime()
45 dateTime.Hours = static_cast< sal_uInt16 >( aValue.copy( 11, 2 ).toInt32() ); in parseISO8601DateTime()
46 dateTime.Minutes = static_cast< sal_uInt16 >( aValue.copy( 14, 2 ).toInt32() ); in parseISO8601DateTime()
47 double seconds = aValue.copy( 17 ).toDouble(); in parseISO8601DateTime()
/trunk/main/sc/source/ui/unoobj/
H A Doptuno.cxx67 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
82 if ( aValue >>= nIntVal ) in setPropertyValue()
87 rOptions.SetIgnoreCase( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
90 rOptions.SetIter( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
95 if ( aValue >>= nIntVal ) in setPropertyValue()
102 if ( aValue >>= fDoubleVal ) in setPropertyValue()
115 if ( aValue >>= aDate ) in setPropertyValue()
120 rOptions.SetAutoSpell( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
125 if ( aValue >>= nIntVal ) in setPropertyValue()
208 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
[all …]
/trunk/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx219 ::com::sun::star::uno::Any aValue; in ImplGetPropertyValueByHandle()
223 case GCM_PROPERTY_ID_POS_X: aValue <<= m_nPosX; break; in ImplGetPropertyValueByHandle()
224 case GCM_PROPERTY_ID_POS_Y: aValue <<= m_nPosY; break; in ImplGetPropertyValueByHandle()
227 case GCM_PROPERTY_ID_NAME: aValue <<= m_aName; break; in ImplGetPropertyValueByHandle()
229 case GCM_PROPERTY_ID_STEP: aValue <<= m_nStep; break; in ImplGetPropertyValueByHandle()
230 case GCM_PROPERTY_ID_TAG: aValue <<= m_aTag; break; in ImplGetPropertyValueByHandle()
235 return aValue; in ImplGetPropertyValueByHandle()
243 case GCM_PROPERTY_ID_POS_X: aValue >>= m_nPosX; break; in ImplSetPropertyValueByHandle()
247 case GCM_PROPERTY_ID_NAME: aValue >>= m_aName; break; in ImplSetPropertyValueByHandle()
249 case GCM_PROPERTY_ID_STEP: aValue >>= m_nStep; break; in ImplSetPropertyValueByHandle()
[all …]
/trunk/main/padmin/source/
H A Dadddlg.cxx558 if( aValue.Len() && in APOldPrinterPage()
567 if( aValue.Len() ) in APOldPrinterPage()
570 if( aValue.Len() ) in APOldPrinterPage()
573 if( aValue.Len() ) in APOldPrinterPage()
576 if( aValue.Len() ) in APOldPrinterPage()
581 if( aValue.Len() ) in APOldPrinterPage()
582 aInfo.m_nCopies = aValue.ToInt32(); in APOldPrinterPage()
587 aValue = aConfig.ReadKey( "Level" ); in APOldPrinterPage()
588 if( aValue.Len() ) in APOldPrinterPage()
589 aInfo.m_nPSLevel = aValue.ToInt32(); in APOldPrinterPage()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx198 ::connectivity::ORowSetValue aValue; in ODatabaseExport()
224 ::rtl::OUString sTypeName = aValue; in ODatabaseExport()
228 sal_Int32 nType = aValue; in ODatabaseExport()
240 m_pTypeInfo->nPrecision = aValue; in ODatabaseExport()
243 m_pTypeInfo->aLiteralPrefix = aValue; in ODatabaseExport()
246 m_pTypeInfo->aLiteralSuffix = aValue; in ODatabaseExport()
249 m_pTypeInfo->aCreateParams = aValue; in ODatabaseExport()
258 m_pTypeInfo->nSearchType = aValue; in ODatabaseExport()
270 m_pTypeInfo->aLocalTypeName = aValue; in ODatabaseExport()
273 m_pTypeInfo->nMinimumScale = aValue; in ODatabaseExport()
[all …]
H A DUITools.cxx705 pInfo->aTypeName = aValue; in fillTypeInfo()
708 pInfo->nType = aValue; in fillTypeInfo()
711 pInfo->nPrecision = aValue; in fillTypeInfo()
729 pInfo->nSearchType = aValue; in fillTypeInfo()
1833 PropertyValue aValue; in insertHierachyElement() local
1836 aValue.Value <<= sNewName; in insertHierachyElement()
1837 aArguments[0] <<= aValue; in insertHierachyElement()
1840 aValue.Value <<= xNameAccess; in insertHierachyElement()
1841 aArguments[1] <<= aValue; in insertHierachyElement()
1844 aValue.Value <<= _xContent; in insertHierachyElement()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx63 aValue >>= bValue; in setSuperscript()
94 aValue >>= bValue; in setSubscript()
120 VbaFontBase::setSize( const uno::Any& aValue ) throw( uno::RuntimeException ) in setSize() argument
123 uno::Any aVal( aValue ); in setSize()
176 VbaFontBase::setBold( const uno::Any& aValue ) throw( uno::RuntimeException ) in setBold() argument
179 aValue >>= bValue; in setBold()
199 aValue >>= bValue; in setStrikethrough()
215 VbaFontBase::setShadow( const uno::Any& aValue ) throw ( uno::RuntimeException ) in setShadow() argument
231 aValue >>= bValue; in setItalic()
247 VbaFontBase::setName( const uno::Any& aValue ) throw ( uno::RuntimeException ) in setName() argument
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DXMLHelper.java190 if (aValue == null) in convertNodeToPropSet()
196 aValue = sData; in convertNodeToPropSet()
221 aValue = lList; in convertNodeToPropSet()
224 aPropSet.put(sChildName, aValue); in convertNodeToPropSet()
400 if (aValue instanceof java.lang.Integer) in convertSimpleObjectToXML()
407 if (aValue instanceof java.lang.Boolean) in convertSimpleObjectToXML()
414 if (aValue instanceof java.lang.String) in convertSimpleObjectToXML()
432 System.err.println("value = "+aValue); in convertSimpleObjectToXML()
469 int c = aValue.size(); in convertListToXML()
492 java.lang.Object aItem = aValue.get(i); in convertListToXML()
[all …]
/trunk/main/extensions/workben/
H A Dpythontest.cxx360 TypeClass type = aValue.getReflection()->getTypeClass(); in dumpVarToStream()
363 fprintf( f, "INT32 %s : %d\n" , pc , aValue.getINT32() ); in dumpVarToStream()
366 fprintf( f, "ENUM %s : %d\n", pc , aValue.getEnumAsINT32() ); in dumpVarToStream()
372 fprintf( f, "BOOL %s : %d\n", pc , aValue.getBOOL() ); in dumpVarToStream()
381 fprintf( f, "LONG %s : %d\n", pc , (INT32) aValue.getINT32()); in dumpVarToStream()
390 fprintf( f, "UINT32 %s : %d\n", pc , aValue.getUINT32() ); in dumpVarToStream()
393 fprintf( f, "float %s : %f\n" , pc , aValue.getFloat() ); in dumpVarToStream()
396 fprintf( f, "double %s : %f\n" , pc , aValue.getDouble() ); in dumpVarToStream()
405 XPropertySetRef *pRef = ( XPropertySetRef * ) aValue.get(); in dumpVarToStream()
419 XInvokationRef *pRef = ( XInvokationRef * ) aValue.get(); in dumpVarToStream()
[all …]
/trunk/main/oox/source/xls/
H A Dautofilterbuffer.cxx230 if( aValue.getLength() > 0 ) in importAttribs()
231 maValues.push_back( aValue ); in importAttribs()
257 if( aValue.getLength() > 0 ) in importRecord()
366 if( aValue.getLength() > 0 ) in readBiffData()
367 maValue <<= aValue; in readBiffData()
446 OUString aValue = (eBiff == BIFF8) ? in readString() local
449 aValue = aValue.trim(); in readString()
450 if( aValue.getLength() > 0 ) in readString()
451 maValue <<= aValue; in readString()
529 OUString aValue; in finalizeImport() local
[all …]
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx190 rtl::OUString aValue; in getData() local
194 >>= aValue ) ) in getData()
202 rData.setTitle( aValue ); in getData()
208 >>= aValue ) ) in getData()
222 aValue = m_xOfficeInstDirs->makeAbsoluteURL( aValue ); in getData()
223 rData.setTargetURL( aValue ); in getData()
441 aValue in setData()
779 aValue = m_xOfficeInstDirs->makeRelocatableURL( aValue ); in move()
782 uno::makeAny( aValue ) ); in move()
1208 rtl::OUString aValue; in operator *() local
[all …]
/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx55 Any aValue; in lcl_extractFontDescriptorAggregate() local
59 aValue <<= _rFont.Name; in lcl_extractFontDescriptorAggregate()
63 aValue <<= _rFont.StyleName; in lcl_extractFontDescriptorAggregate()
79 aValue <<= _rFont.Kerning; in lcl_extractFontDescriptorAggregate()
83 aValue <<= _rFont.Orientation; in lcl_extractFontDescriptorAggregate()
87 aValue <<= _rFont.Pitch; in lcl_extractFontDescriptorAggregate()
91 aValue <<= _rFont.Type; in lcl_extractFontDescriptorAggregate()
95 aValue <<= _rFont.Width; in lcl_extractFontDescriptorAggregate()
103 aValue <<= (float)_rFont.Weight; in lcl_extractFontDescriptorAggregate()
107 aValue = makeAny(_rFont.Slant); in lcl_extractFontDescriptorAggregate()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbapagesetup.cxx56 aValue >>= aStyleName; in ScVbaPageSetup()
150 sal_Bool aValue; in setFitToPagesTall() local
173 sal_Bool aValue = sal_False; in setFitToPagesWide() local
198 sal_Bool aValue = sal_False; in setZoom() local
199 zoom >>= aValue; in setZoom()
200 if( aValue ) in setZoom()
458 aValue >>= bPrintDownFirst; in getOrder()
498 aValue >>= number; in getFirstPageNumber()
521 uno::Any aValue; in setFirstPageNumber() local
536 aValue >>= centerVertically; in getCenterVertically()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbatextbox.cxx56 uno::Any aValue; in getText() local
57 aValue = m_xProps->getPropertyValue in getText()
60 aValue >>= sString; in getText()
79 uno::Any aValue; in getMaxLength() local
80 aValue = m_xProps->getPropertyValue in getMaxLength()
83 aValue >>= nMaxLength; in getMaxLength()
90 uno::Any aValue( _maxlength ); in setMaxLength() local
98 uno::Any aValue; in getMultiline() local
99 aValue = m_xProps->getPropertyValue in getMultiline()
102 aValue >>= bRet; in getMultiline()
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx465 rtl::OUString aValue; in addProperty() local
466 rValue >>= aValue; in addProperty()
482 rtl::OUString aValue; in addProperty() local
483 rValue >>= aValue; in addProperty()
495 rtl::OUString aValue; in addProperty() local
496 rValue >>= aValue; in addProperty()
522 rtl::OUString aValue; in addProperty() local
523 rValue >>= aValue; in addProperty()
537 rtl::OUString aValue; in addProperty() local
538 rValue >>= aValue; in addProperty()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx1000 Any aValue; in test_PropertySetHelper() local
1010 aValue <<=(sal_Int16)22; in test_PropertySetHelper()
1013 aValue >>= n16; in test_PropertySetHelper()
1015 aValue <<= (sal_Int16)44; in test_PropertySetHelper()
1019 aValue >>= n16; in test_PropertySetHelper()
1023 aValue <<= (sal_Int16)55; in test_PropertySetHelper()
1027 aValue >>= n32; in test_PropertySetHelper()
1029 aValue <<= (sal_Int16)66; in test_PropertySetHelper()
1032 aValue >>= n32; in test_PropertySetHelper()
1076 Any aValue; in test_PropertySetHelper() local
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx163 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
175 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
177 (pHandler, nId, aValue); in attributes()
188 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
190 (pHandler, nId, aValue); in attributes()
201 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
203 (pHandler, nId, aValue); in attributes()
205 OOXMLValue::Pointer_t pValue(new OOXMLHexValue(aValue)); in attributes()
219 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
220 sal_uInt32 nValue = (*pListValueMap)[aValue]; in attributes()
[all …]
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx504 OUString aValue; in format() local
507 case ECT_BYTE: aValue = dump_byte( rStream, nLength ); break; in format()
508 case ECT_UINT: aValue = dump_uint( rStream, nLength ); break; in format()
512 default: aValue = dump_hex( rStream, nLength ); break; in format()
515 if( aValue.getLength() ) in format()
524 if( pValue && pValue->getValue() == aValue ) in format()
526 aValue = pValue->getName(); in format()
537 aRet += aValue; in format()
547 OUString aValue; in format() local
557 if( aValue.getLength() ) in format()
[all …]

Completed in 199 milliseconds

12345678910>>...35