Home
last modified time | relevance | path

Searched refs:aValue (Results 51 – 75 of 863) sorted by relevance

12345678910>>...35

/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx210 aValue >>= uTmp; in lcl_getCharFmt()
231 aValue >>= uTmp; in lcl_GetParaStyle()
251 aValue >>= uTmp; in lcl_GetPageDesc()
367 aValue >>= uTmp; in setPropertyValue()
374 aValue >>= uTmp; in setPropertyValue()
381 aValue >>= nTmp; in setPropertyValue()
393 aValue >>= nTmp; in setPropertyValue()
400 aValue >>= nTmp; in setPropertyValue()
451 aValue >>= uTmp; in setPropertyValue()
458 aValue >>= uTmp; in setPropertyValue()
[all …]
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx441 ::rtl::OUString aValue; in getTypeString()
445 aValue = ::rtl::OUString::createFromAscii("BOOLEAN"); in getTypeString()
454 aValue = ::rtl::OUString::createFromAscii("INT"); in getTypeString()
457 aValue = ::rtl::OUString::createFromAscii("FLOAT"); in getTypeString()
460 aValue = ::rtl::OUString::createFromAscii("REAL"); in getTypeString()
463 aValue = ::rtl::OUString::createFromAscii("DOUBLE"); in getTypeString()
466 aValue = ::rtl::OUString::createFromAscii("DECIMAL"); in getTypeString()
472 aValue = ::rtl::OUString::createFromAscii("CHAR"); in getTypeString()
481 aValue = ::rtl::OUString::createFromAscii("DATE"); in getTypeString()
484 aValue = ::rtl::OUString::createFromAscii("TIME"); in getTypeString()
[all …]
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx1272 aValue.Len() > 5 && in GetURL()
1273 '(' == aValue.GetChar(3) && in GetURL()
1274 ')' == aValue.GetChar(aValue.Len()-1), in GetURL()
1279 if( aValue.Len() > 5 ) in GetURL()
1281 rURL = aValue.Copy( 4, aValue.Len()-5 ); in GetURL()
1307 aValue.Len() > 5 && in GetColor()
1309 ')' == aValue.GetChar( aValue.Len()-1), in GetColor()
1312 String aColorStr( aValue.Copy( 4, aValue.Len()-1 ) ); in GetColor()
1364 String aTmp( aValue ); in GetColor()
1370 aValue.GetChar( 0 )!='#' ) in GetColor()
[all …]
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx714 const ImplControlValue& aValue, in drawNativeControl() argument
925 const ImplControlValue& aValue, in getNativeControlRegion() argument
937 nState, aValue, rCaption ); in getNativeControlRegion()
945 aValue, rCaption ); in getNativeControlRegion()
954 aValue, rCaption ); in getNativeControlRegion()
962 aValue, rCaption ); in getNativeControlRegion()
3599 GValue aValue; in updateSettings() local
3605 g_value_unset( &aValue ); in updateSettings()
3609 GValue aValue; in updateSettings() local
3610 memset( &aValue, 0, sizeof(GValue) ); in updateSettings()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx705 ::com::sun::star::uno::Any aValue; in makeAny()
710 aValue.setValue(NULL, Type()); in makeAny()
719 aValue.setValue( & fltVal, getCppuType( (float*)0)); in makeAny()
722 aValue.setValue(& dblVal, getCppuType( (double*)0)); in makeAny()
727 aValue <<= cy; in makeAny()
738 aValue.setValue( &b, getCppuType( &b)); in makeAny()
744 aValue.setValue( &b, getCppuType( &b)); in makeAny()
748 aValue.setValue( & cVal, getCppuType((sal_Int8*)0)); in makeAny()
766 aValue.setValue( NULL, Type()); in makeAny()
776 aValue <<= dec; in makeAny()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx549 return aValue; in getURL()
554 ::rtl::OUString aValue; in getUserName()
555 return aValue; in getUserName()
561 return aValue; in getDriverName()
567 return aValue; in getDriverVersion()
573 return aValue; in getDatabaseProductVersion()
579 return aValue; in getDatabaseProductName()
585 return aValue; in getProcedureTerm()
591 return aValue; in getSchemaTerm()
612 return aValue; in getSQLKeywords()
[all …]
/trunk/main/unotools/source/config/
H A Ddocinfohelper.cxx48 rtl::OUString aValue; in GetGeneratorString() local
51 if ( (aAny >>= aValue) && aValue.getLength() ) in GetGeneratorString()
53 aResult.append( aValue.replace( ' ', '_' ) ); in GetGeneratorString()
58 if ( (aAny >>= aValue) && aValue.getLength() ) in GetGeneratorString()
60 aResult.append( aValue.replace( ' ', '_' ) ); in GetGeneratorString()
64 if ( (aAny >>= aValue) && aValue.getLength() ) in GetGeneratorString()
67 aResult.append( aValue.replace( ' ', '_' ) ); in GetGeneratorString()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx431 uno::Any aValue; in DECLARE_LIST() local
588 Any aValue; in getDirList() local
617 Any aValue; in needsUpdate() local
1202 Any aValue; in doUpdate() local
1204 aValue <<= sal_True; in doUpdate()
1278 aValue <<= sal_False; in doUpdate()
1576 Any aValue; in removeGroup() local
1692 Any aValue; in renameGroup() local
1787 Any aValue; in storeTemplate() local
1988 Any aValue; in addTemplate() local
[all …]
/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx648 maNumericEdit.SetText( aValue ); in IMPL_LINK()
649 maQuantumRangeBox.SelectEntry( aValue ); in IMPL_LINK()
814 ByteString aValue; in EstablishStringOption() local
832 ByteString aValue; in EstablishStringRange() local
1202 aValue.Erase( 0, 5 ); in LoadState()
1208 aValue.Erase( 0, 7 ); in LoadState()
1213 aValue.Erase( 0, 8 ); in LoadState()
1272 String aValue; in SaveState() local
1275 aString += aValue; in SaveState()
1336 ByteString aValue; in SaveState() local
[all …]
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1352 nState, aValue, in drawNativeControl()
1359 nState, aValue, in drawNativeControl()
1366 nState, aValue, in drawNativeControl()
1373 nState, aValue, in drawNativeControl()
1380 nState, aValue, in drawNativeControl()
1387 nState, aValue, in drawNativeControl()
1394 nState, aValue, in drawNativeControl()
1401 nState, aValue, in drawNativeControl()
1408 nState, aValue, in drawNativeControl()
1415 nState, aValue, in drawNativeControl()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dsrchuno.cxx151 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
159 …i( SC_UNO_SRCHBACK )) pSearchItem->SetBackward( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
161 …sAscii( SC_UNO_SRCHCASE )) pSearchItem->SetExact( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
162 …Ascii( SC_UNO_SRCHREGEXP )) pSearchItem->SetRegExp( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
163 …( SC_UNO_SRCHSIM )) pSearchItem->SetLevenshtein( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
164 …i( SC_UNO_SRCHSIMREL )) pSearchItem->SetLEVRelaxed( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
165 …scii( SC_UNO_SRCHSTYLES )) pSearchItem->SetPattern( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
166 …cii( SC_UNO_SRCHWORDS )) pSearchItem->SetWordOnly( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
167 …i( SC_UNO_SRCHSIMADD )) pSearchItem->SetLEVLonger( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()
168 …ii( SC_UNO_SRCHSIMEX )) pSearchItem->SetLEVOther( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()
[all …]
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx106 Any aValue; in exportRemainingProperties() local
131 aValue = m_xProps->getPropertyValue(*aProperty); in exportRemainingProperties()
140 aExportType = getSequenceElementType( aValue.getValueType() ); in exportRemainingProperties()
142 aExportType = aValue.getValueType(); in exportRemainingProperties()
171 sValue = implConvertAny(aValue); in exportRemainingProperties()
194 pSequenceIterator = new OSequenceIterator< double >(aValue); in exportRemainingProperties()
197 pSequenceIterator = new OSequenceIterator< sal_Bool >(aValue); in exportRemainingProperties()
200 pSequenceIterator = new OSequenceIterator< sal_Int8 >(aValue); in exportRemainingProperties()
378 Any aValue = m_xProps->getPropertyValue(sPropertyName); in exportEnumPropertyAttribute() local
380 if (aValue.hasValue()) in exportEnumPropertyAttribute()
[all …]
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx379 aValue >>= aURL; in queryGraphicDescriptor()
383 aValue >>= xIStm; in queryGraphicDescriptor()
452 aValue >>= aURL; in queryGraphic()
457 aValue >>= xIStm; in queryGraphic()
616 aValue >>= nPixelWidth; in ImplApplyFilterData()
618 aValue >>= nPixelHeight; in ImplApplyFilterData()
620 aValue >>= aLogicalSize; in ImplApplyFilterData()
622 aValue >>= aCropLogic; in ImplApplyFilterData()
754 aValue >>= aURL; in storeGraphic()
762 aValue >>= xOStm; in storeGraphic()
[all …]
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx461 m_l = aValue.getINT32(); in setPropertyValue()
464 m_f = aValue.getFloat(); in setPropertyValue()
470 m_b = aValue.getBOOL(); in setPropertyValue()
476 m_c = aValue.getChar(); in setPropertyValue()
504 UsrAny aValue; in getPropertyValue() local
506 aValue.setINT32( m_l ); in getPropertyValue()
509 aValue.setFloat( m_f ); in getPropertyValue()
512 aValue.setDouble( m_d ); in getPropertyValue()
515 aValue.setBOOL( m_b ); in getPropertyValue()
521 aValue.setChar( m_c ); in getPropertyValue()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx475 String aValue; in GetOptions() local
481 … case SvtPathOptions::PATH_BACKUP: aValue = aPathCfg.GetBackupPath(); break; in GetOptions()
482 … case SvtPathOptions::PATH_BASIC: aValue = aPathCfg.GetBasicPath(); break; in GetOptions()
483 … case SvtPathOptions::PATH_BITMAP: aValue = aPathCfg.GetBitmapPath(); break; in GetOptions()
484 … case SvtPathOptions::PATH_CONFIG: aValue = aPathCfg.GetConfigPath(); break; in GetOptions()
488 … case SvtPathOptions::PATH_GALLERY: aValue = aPathCfg.GetGalleryPath(); break; in GetOptions()
489 … case SvtPathOptions::PATH_GRAPHIC: aValue = aPathCfg.GetGraphicPath(); break; in GetOptions()
493 … case SvtPathOptions::PATH_PALETTE: aValue = aPathCfg.GetPalettePath(); break; in GetOptions()
496 … case SvtPathOptions::PATH_TEMP: aValue = aPathCfg.GetTempPath(); break; in GetOptions()
499 … case SvtPathOptions::PATH_WORK: aValue = aPathCfg.GetWorkPath(); break; in GetOptions()
[all …]
/trunk/main/dbaccess/source/filter/xml/
H A DxmlComponent.cxx113 PropertyValue aValue; in DBG_NAME() local
115 aValue.Name = PROPERTY_NAME; in DBG_NAME()
116 aValue.Value <<= m_sName; in DBG_NAME()
117 aArguments[0] <<= aValue; in DBG_NAME()
119 aValue.Name = PROPERTY_PERSISTENT_NAME; in DBG_NAME()
121 aValue.Value <<= m_sHREF.getToken(0,'/',nIndex); in DBG_NAME()
122 aArguments[1] <<= aValue; in DBG_NAME()
124 aValue.Name = PROPERTY_AS_TEMPLATE; in DBG_NAME()
125 aValue.Value <<= m_bAsTemplate; in DBG_NAME()
126 aArguments[2] <<= aValue; in DBG_NAME()
H A DxmlExport.cxx310 aValue >>= sValue; in exportDataSource()
404 aValue >>= nValue; in exportDataSource()
514 if ( aValue.getLength() ) in exportApplicationConnectionSettings()
521 if ( aValue.getLength() ) in exportApplicationConnectionSettings()
1061 Any aValue; in exportForms() local
1064 aValue >>= sService; in exportForms()
1082 Any aValue; in exportReports() local
1085 aValue >>= sService; in exportReports()
1103 Any aValue; in exportQueries() local
1106 aValue >>= sService; in exportQueries()
[all …]
/trunk/main/svl/source/items/
H A Ddateitem.cxx177 com::sun::star::util::DateTime aValue; in PutValue() local
178 if ( rVal >>= aValue ) in PutValue()
180 aDateTime = DateTime( Date( aValue.Day, in PutValue()
181 aValue.Month, in PutValue()
182 aValue.Year ), in PutValue()
183 Time( aValue.Hours, in PutValue()
184 aValue.Minutes, in PutValue()
185 aValue.Seconds, in PutValue()
186 aValue.HundredthSeconds ) ); in PutValue()
200 com::sun::star::util::DateTime aValue( aDateTime.Get100Sec(), in QueryValue() local
[all …]
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1098 Any aValue; in EditedEntry() local
2316 aValue = aValue.replaceAt( iPos, 1, aTabString ); in ReplaceTabWithString()
2324 OUString aValue; in CreateDisplayText_Impl() local
2336 aValue += aTab; in CreateDisplayText_Impl()
2338 aValue += aTab; in CreateDisplayText_Impl()
2342 aValue += aTab; in CreateDisplayText_Impl()
2660 OUString aValue; in FolderInserted() local
2668 aValue += aTab; in FolderInserted()
2670 aValue += aTab; in FolderInserted()
2672 aValue += aTab; in FolderInserted()
[all …]
/trunk/main/io/test/stm/
H A Ddatatest.cxx488 aValue >>= m_l; in setPropertyValue()
491 aValue >>= m_f; in setPropertyValue()
494 aValue >>= m_d; in setPropertyValue()
497 aValue >>= m_b; in setPropertyValue()
503 aValue >>= m_c; in setPropertyValue()
506 aValue >>= m_s; in setPropertyValue()
526 Any aValue; in getPropertyValue() local
528 aValue <<= m_l; in getPropertyValue()
531 aValue <<= m_f; in getPropertyValue()
534 aValue <<= m_d; in getPropertyValue()
[all …]
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx422 aCommandId = aValue; in startElement()
424 aLabel = aValue; in startElement()
426 aHelpId = aValue; in startElement()
657 aCommandId = aValue; in startElement()
659 aLabel = aValue; in startElement()
661 aHelpId = aValue; in startElement()
714 aCommandId = aValue; in startElement()
716 aLabel = aValue; in startElement()
718 aHelpId = aValue; in startElement()
985 rtl::OUString aValue; in WriteMenuItem() local
[all …]
/trunk/main/editeng/source/uno/
H A Dunofield.cxx692 if(aValue >>= mpImpl->mnInt16) in setPropertyValue()
696 if(aValue >>= mpImpl->mnInt32) in setPropertyValue()
840 uno::Any aValue; in getPropertyValue() local
849 aValue <<= mpImpl->maDateTime; in getPropertyValue()
852 aValue <<= mpImpl->mbBoolean1; in getPropertyValue()
858 aValue <<= mpImpl->mnInt16; in getPropertyValue()
861 aValue <<= mpImpl->mnInt32; in getPropertyValue()
864 aValue <<= mpImpl->msString1; in getPropertyValue()
867 aValue <<= mpImpl->msString2; in getPropertyValue()
870 aValue <<= mpImpl->msString3; in getPropertyValue()
[all …]
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx860 aValue <<= b; in read()
865 aValue <<= aUTF; in read()
870 aValue <<= n; in read()
875 aValue <<= n; in read()
880 aValue <<= n; in read()
885 aValue <<= n; in read()
890 aValue <<= n; in read()
911 aValue <<= aFD; in read()
1027 aValue <<= aFD; in read()
1071 aValue <<= *pFD; in read()
[all …]
/trunk/main/chart2/source/model/main/
H A DDataSeries.cxx191 uno::Any aValue; in DataSeries() local
193 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ); in DataSeries()
194 if( ( aValue >>= xPropertySet ) in DataSeries()
198 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y ); in DataSeries()
199 if( ( aValue >>= xPropertySet ) in DataSeries()
220 uno::Any aValue; in Init() local
223 if( ( aValue >>= xPropertySet ) in Init()
228 if( ( aValue >>= xPropertySet ) in Init()
243 uno::Any aValue; in ~DataSeries() local
246 if( ( aValue >>= xPropertySet ) in ~DataSeries()
[all …]
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerseparatorpropertyset.cxx191 const Any& aValue ) in convertFastPropertyValue() argument
204 bReturn = impl_tryToChangeProperty( m_nSeparatorType, aValue, aOldValue, aConvertedValue ); in convertFastPropertyValue()
214 sal_Int32 nHandle, const Any& aValue ) in setFastPropertyValue_NoBroadcast() argument
223 aValue >>= m_nSeparatorType; in setFastPropertyValue_NoBroadcast()
229 Any& aValue, sal_Int32 nHandle ) const in getFastPropertyValue() argument
237 aValue <<= m_nSeparatorType; in getFastPropertyValue()
321 sal_Int16 aValue = 0; in impl_tryToChangeProperty() local
322 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty()
325 if( aValue != aCurrentValue ) in impl_tryToChangeProperty()
329 aConvertedValue <<= aValue ; in impl_tryToChangeProperty()

Completed in 250 milliseconds

12345678910>>...35