Home
last modified time | relevance | path

Searched refs:aValue (Results 76 – 100 of 863) sorted by relevance

12345678910>>...35

/trunk/main/dbaccess/source/filter/xml/
H A DxmlDatabase.cxx82 Any aValue; in CreateChildContext() local
84 dbtools::getDataSourceSetting(GetOwnImport().getDataSource(),"Forms",aValue); in CreateChildContext()
85 aValue >>= sService; in CreateChildContext()
97 Any aValue; in CreateChildContext() local
99 dbtools::getDataSourceSetting(GetOwnImport().getDataSource(),"Reports",aValue); in CreateChildContext()
100 aValue >>= sService; in CreateChildContext()
112 Any aValue; in CreateChildContext() local
114 … dbtools::getDataSourceSetting(GetOwnImport().getDataSource(),"CommandDefinitions",aValue); in CreateChildContext()
115 aValue >>= sService; in CreateChildContext()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx565 return aValue; in getURL()
570 ::rtl::OUString aValue; in getUserName()
571 return aValue; in getUserName()
577 return aValue; in getDriverName()
583 return aValue; in getDriverVersion()
589 return aValue; in getDatabaseProductVersion()
595 return aValue; in getDatabaseProductName()
601 return aValue; in getProcedureTerm()
607 return aValue; in getSchemaTerm()
628 return aValue; in getSQLKeywords()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx676 Any aValue; in updateVersions() local
691 aValue <<= aEntries; in updateVersions()
2038 Any aValue; in saveConfig() local
2052 aValue >>= bValue; in saveConfig()
2057 aValue >>= bValue; in saveConfig()
2093 aValue >>= bAutoExt; in saveConfig()
2117 aValue >>= bSelection; in saveConfig()
2172 Any aValue; in loadConfig() local
2196 aValue <<= bLink; in loadConfig()
2201 aValue <<= bShowPreview; in loadConfig()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx277 Any aValue; in DBG_NAME() local
1073 aValue = aValue.copy(aColumnName.getLength()); in setANDCriteria()
1074 aValue = aValue.trim(); in setANDCriteria()
1163 ::rtl::OUString aValue; in setComparsionPredicate()
1233 aItem.Value <<= aValue; in setComparsionPredicate()
1240 ::rtl::OUString aValue; in setComparsionPredicate()
1247 aItem.Value <<= aValue; in setComparsionPredicate()
1271 aItem.Value <<= aValue; in setComparsionPredicate()
1625 Any aValue; in setConditionByColumn() local
1669 if ( aValue.hasValue() ) in setConditionByColumn()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx441 const ImplControlValue& aValue, in ImplDrawNativeControl() argument
571 if( aValue.getType() == CTRL_SPINBUTTONS ) in ImplDrawNativeControl()
573 …const SpinbuttonValue* pValue = (aValue.getType() == CTRL_SPINBUTTONS) ? static_cast<const Spinbut… in ImplDrawNativeControl()
596 if( aValue.getType() == CTRL_SPINBUTTONS ) in ImplDrawNativeControl()
724 ButtonValue v = aValue.getTristateVal(); in ImplDrawNativeControl()
805 OSL_ASSERT( aValue.getType() == CTRL_TAB_ITEM ); in ImplDrawNativeControl()
873 if( aValue.getType() == CTRL_TOOLBAR ) in ImplDrawNativeControl()
887 if( aValue.getType() == CTRL_MENUBAR ) in ImplDrawNativeControl()
915 long nProgressWidth = aValue.getNumericVal(); in ImplDrawNativeControl()
948 OSL_ASSERT( aValue.getType() == CTRL_SLIDER ); in ImplDrawNativeControl()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx423 return (&aValue == &m_aEmptyValue) ? (sal_Bool)nVal : (sal_Bool)aValue; in getBoolean()
431 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int8)aValue; in getByte()
497 return (&aValue == &m_aEmptyValue) ? Date(aDate.day,aDate.month,aDate.year) : (Date)aValue; in getDate()
505 return (&aValue == &m_aEmptyValue) ? nRet : (double)aValue; in getDouble()
513 return (&aValue == &m_aEmptyValue) ? nRet : (float)aValue; in getFloat()
521 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int32)aValue; in getInt()
540 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int64)aValue; in getLong()
605 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int16)aValue; in getShort()
635 return (&aValue == &m_aEmptyValue) ? Time(0,aTime.second,aTime.minute,aTime.hour) : (Time)aValue; in getTime()
647 return (&aValue == &m_aEmptyValue) in getTimestamp()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblecheckbox.cxx294 Any aValue; in getCurrentValue() local
298 aValue <<= (sal_Int32) pVCLXCheckBox->getState(); in getCurrentValue()
300 return aValue; in getCurrentValue()
337 Any aValue; in getMaximumValue() local
341 aValue <<= (sal_Int32) 2; in getMaximumValue()
343 aValue <<= (sal_Int32) 1; in getMaximumValue()
345 return aValue; in getMaximumValue()
354 Any aValue; in getMinimumValue() local
355 aValue <<= (sal_Int32) 0; in getMinimumValue()
357 return aValue; in getMinimumValue()
H A Dvclxaccessiblescrollbar.cxx213 Any aValue; in getCurrentValue() local
217 aValue <<= (sal_Int32) pVCLXScrollBar->getValue(); in getCurrentValue()
219 return aValue; in getCurrentValue()
256 Any aValue; in getMaximumValue() local
260 aValue <<= (sal_Int32) pVCLXScrollBar->getMaximum(); in getMaximumValue()
262 return aValue; in getMaximumValue()
271 Any aValue; in getMinimumValue() local
272 aValue <<= (sal_Int32) 0; in getMinimumValue()
274 return aValue; in getMinimumValue()
H A Dvclxaccessibleradiobutton.cxx250 Any aValue; in getCurrentValue() local
254 aValue <<= (sal_Int32) pVCLXRadioButton->getState(); in getCurrentValue()
256 return aValue; in getCurrentValue()
291 Any aValue; in getMaximumValue() local
292 aValue <<= (sal_Int32) 1; in getMaximumValue()
294 return aValue; in getMaximumValue()
303 Any aValue; in getMinimumValue() local
304 aValue <<= (sal_Int32) 0; in getMinimumValue()
306 return aValue; in getMinimumValue()
H A Dvclxaccessiblebutton.cxx280 Any aValue; in getCurrentValue() local
284 aValue <<= (sal_Int32) pButton->IsPressed(); in getCurrentValue()
286 return aValue; in getCurrentValue()
321 Any aValue; in getMaximumValue() local
322 aValue <<= (sal_Int32) 1; in getMaximumValue()
324 return aValue; in getMaximumValue()
333 Any aValue; in getMinimumValue() local
334 aValue <<= (sal_Int32) 0; in getMinimumValue()
336 return aValue; in getMinimumValue()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx135 Any aValue; in getStringFontProperty() local
136 if (getCheckFontProperty(_rPropName, aValue)) in getStringFontProperty()
139 return ::comphelper::getString(aValue); in getStringFontProperty()
145 Any aValue; in getInt16FontProperty() local
146 if (getCheckFontProperty(_rPropName, aValue)) in getInt16FontProperty()
150 ::cppu::enum2int(nValue, aValue); in getInt16FontProperty()
157 Any aValue; in getInt32FontProperty() local
162 ::cppu::enum2int(nValue, aValue); in getInt32FontProperty()
169 Any aValue; in getFloatFontProperty() local
173 return ::comphelper::getFloat(aValue); in getFloatFontProperty()
[all …]
/trunk/main/desktop/source/migration/services/
H A Djvmfwk.cxx172 const css::uno::Any& aValue )
178 const css::uno::Any& aValue,
200 const css::uno::Any& aValue )
271 css::beans::NamedValue aValue; in initialize() local
274 *pIter >>= aValue; in initialize()
275 if (aValue.Name.equalsAscii("OldConfiguration")) in initialize()
294 else if (aValue.Name.equalsAscii("UserData")) in initialize()
296 if ( !(aValue.Value >>= m_sUserDir) ) in initialize()
426 const Any& aValue ) in setPropertyValue() argument
438 if ((aValue >>= val) == sal_False) in setPropertyValue()
[all …]
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx288 Sequence< Any > aValue; in getAny() local
289 rRow >>= aValue; in getAny()
292 rRow <<= aValue; in getAny()
316 rtl::OUString aValue; in getContentIdentifierString() local
317 rRow >>= aValue; in getContentIdentifierString()
340 rRow >>= aValue; in getContentIdentifier()
363 rRow >>= aValue; in getContent()
1110 Any aValue; in getPropertyValue() local
1115 aValue <<= m_nKnownCount; in getPropertyValue()
1127 aValue <<= m_nFetchSize; in getPropertyValue()
[all …]
/trunk/main/chart2/source/model/main/
H A DDataPoint.cxx124 uno::Any aValue; in DataPoint() local
126 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ); in DataPoint()
127 if( ( aValue >>= xPropertySet ) in DataPoint()
131 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y ); in DataPoint()
132 if( ( aValue >>= xPropertySet ) in DataPoint()
145 uno::Any aValue; in ~DataPoint() local
147 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_X ); in ~DataPoint()
148 if( ( aValue >>= xPropertySet ) in ~DataPoint()
152 getFastPropertyValue( aValue, DataPointProperties::PROP_DATAPOINT_ERROR_BAR_Y ); in ~DataPoint()
153 if( ( aValue >>= xPropertySet ) in ~DataPoint()
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx221 Any aValue; in controlStateChanged() local
224 aValue <<= lbString; in controlStateChanged()
225 rFPCtrlAccess->setValue( LISTBOX_VERSION, ADD_ITEM, aValue ); in controlStateChanged()
228 aValue <<= lbString; in controlStateChanged()
229 rFPCtrlAccess->setValue( LISTBOX_VERSION, ADD_ITEM, aValue ); in controlStateChanged()
232 aValue <<= lbString; in controlStateChanged()
233 rFPCtrlAccess->setValue( LISTBOX_VERSION, ADD_ITEM, aValue ); in controlStateChanged()
236 aValue <<= nSel; in controlStateChanged()
237 rFPCtrlAccess->setValue( LISTBOX_VERSION, SET_SELECT_ITEM, aValue ); in controlStateChanged()
240 aValue <<= nDel; in controlStateChanged()
[all …]
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx811 ::rtl::OUString aValue; in getUserName()
812 return aValue; in getUserName()
817 ::rtl::OUString aValue; in getDriverName()
818 return aValue; in getDriverName()
824 return aValue; in getDriverVersion()
830 return aValue; in getDatabaseProductVersion()
836 return aValue; in getDatabaseProductName()
842 return aValue; in getProcedureTerm()
848 return aValue; in getSchemaTerm()
869 return aValue; in getSQLKeywords()
[all …]
/trunk/main/sc/source/core/data/
H A Dattrib.cxx314 String aValue; in GetValueText() local
319 aValue = '('; in GetValueText()
320 aValue += (bProtection ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()
321 aValue += (bHideFormula ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()
322 aValue += (bHideCell ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()
323 aValue += (bHidePrint ? aStrYes : aStrNo); in GetValueText()
324 aValue += ')'; in GetValueText()
326 return aValue; in GetValueText()
1267 lclAppendScalePageCount( aValue, mnWidth ); in GetPresentation()
1269 lclAppendScalePageCount( aValue, mnHeight ); in GetPresentation()
[all …]
/trunk/main/framework/source/uifactory/
H A Dfactoryconfiguration.cxx178 rtl::OUString aValue; in elementInserted() local
183 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementInserted()
190 rControllerInfo.m_aValue = aValue; in elementInserted()
200 rtl::OUString aValue; in elementRemoved() local
205 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementRemoved()
283 rtl::OUString aValue; in updateConfigurationData() local
290 …rops( m_xConfigAccess->getByName( aPopupMenuControllers[i] ), aCommand, aModule, aService,aValue )) in updateConfigurationData()
295 …uControllerMap.insert( MenuControllerMap::value_type( aHashKey, ControllerInfo(aService,aValue) )); in updateConfigurationData()
308 …& aCommand, rtl::OUString& aModule, rtl::OUString& aServiceSpecifier,rtl::OUString& aValue ) const in impl_getElementProps()
322 xPropertySet->getPropertyValue( m_aPropValue ) >>= aValue; in impl_getElementProps()
/trunk/main/chart2/source/model/template/
H A DCandleStickChartType.cxx181 uno::Any aValue; in CandleStickChartType() local
183 getFastPropertyValue( aValue, PROP_CANDLESTICKCHARTTYPE_WHITE_DAY ); in CandleStickChartType()
184 if( ( aValue >>= xPropertySet ) in CandleStickChartType()
188 getFastPropertyValue( aValue, PROP_CANDLESTICKCHARTTYPE_BLACK_DAY ); in CandleStickChartType()
189 if( ( aValue >>= xPropertySet ) in CandleStickChartType()
199 uno::Any aValue; in ~CandleStickChartType() local
201 getFastPropertyValue( aValue, PROP_CANDLESTICKCHARTTYPE_WHITE_DAY ); in ~CandleStickChartType()
202 if( ( aValue >>= xPropertySet ) in ~CandleStickChartType()
206 getFastPropertyValue( aValue, PROP_CANDLESTICKCHARTTYPE_BLACK_DAY ); in ~CandleStickChartType()
207 if( ( aValue >>= xPropertySet ) in ~CandleStickChartType()
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx213 if(!sd::any2bool( aValue, bValue )) in setPropertyValue()
221 if(!sd::any2bool( aValue, bValue )) in setPropertyValue()
229 if(!sd::any2bool( aValue, bValue )) in setPropertyValue()
237 if(!(aValue >>= aName)) in setPropertyValue()
248 if(!(aValue >>= sTitle)) in setPropertyValue()
258 if(!(aValue >>= sDescription)) in setPropertyValue()
285 uno::Any aValue; in getPropertyValue() local
290 sd::bool2any( get( LOCKED ), aValue ); in getPropertyValue()
296 sd::bool2any( get( VISIBLE ), aValue ); in getPropertyValue()
301 aValue <<= aRet; in getPropertyValue()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx319 if ( aValue.hasValue() ) in setValue()
320 checkValueType( aValue.getValueType() ); in setValue()
322 switch ( aValue.getValueType().getTypeClass() ) in setValue()
329 aValue >>= sText; in setValue()
343 aValue >>= bValue; in setValue()
358 aValue >>= nValue; in setValue()
369 aValue >>= nValue; // list index from control layer (0-based) in setValue()
587 NamedValue aValue; in initialize() local
588 if ( *pLoop >>= aValue ) in initialize()
590 if ( aValue.Name.equalsAscii( "BoundCell" ) ) in initialize()
[all …]
/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx207 void SAL_CALL DispatchRecorder::AppendToBuffer( css::uno::Any aValue, ::rtl::OUStringBuffer& aArgum… in AppendToBuffer() argument
210 if (aValue.getValueTypeClass() == css::uno::TypeClass_STRUCT ) in AppendToBuffer()
213 Sequence< Any > aSeq = make_seq_out_of_struct( aValue ); in AppendToBuffer()
225 else if (aValue.getValueTypeClass() == css::uno::TypeClass_SEQUENCE ) in AppendToBuffer()
245 else if (aValue.getValueTypeClass() == css::uno::TypeClass_STRING ) in AppendToBuffer()
249 aValue >>= sVal; in AppendToBuffer()
301 else if (aValue.getValueType() == getCppuCharType()) in AppendToBuffer()
304 sal_Unicode nVal = *((sal_Unicode*)aValue.getValue()); in AppendToBuffer()
317 aNew = m_xConverter->convertToSimpleType( aValue, css::uno::TypeClass_STRING ); in AppendToBuffer()
324 if (aValue.getValueTypeClass() == css::uno::TypeClass_ENUM ) in AppendToBuffer()
[all …]
/trunk/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx123 uno::Any aValue = mxSet->getPropertyValue (OUString::createFromAscii ("Style")); in Initialize() local
124 uno::Reference<container::XNamed> xStyle (aValue, uno::UNO_QUERY); in Initialize()
287 uno::Any aValue = mxSet->getPropertyValue (sPropertyName); in AddColor() local
288 aValue >>= nValue; in AddColor()
323 uno::Any aValue = mxSet->getPropertyValue (sPropertyName); in AddInteger() local
325 aValue >>= nValue; in AddInteger()
349 uno::Any aValue = mxSet->getPropertyValue (sPropertyName); in AddString() local
351 aValue >>= sValue; in AddString()
385 uno::Any aValue = mxSet->getPropertyValue (sPropertyName); in AddFillStyle() local
387 aValue >>= aFillStyle; in AddFillStyle()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx412 Any aValue; in SetPropsFromRect() local
413 aValue <<= nXOut; in SetPropsFromRect()
415 aValue <<= nYOut; in SetPropsFromRect()
417 aValue <<= nWidthOut; in SetPropsFromRect()
419 aValue <<= nHeightOut; in SetPropsFromRect()
1441 Any aValue; in SetPropsFromRect() local
1442 aValue <<= nXOut; in SetPropsFromRect()
1444 aValue <<= nYOut; in SetPropsFromRect()
1446 aValue <<= nWidthOut; in SetPropsFromRect()
1448 aValue <<= nHeightOut; in SetPropsFromRect()
[all …]
/trunk/main/svl/source/items/
H A Dptitem.cxx168 awt::Point aValue; in PutValue() local
172 bRet = ( rVal >>= aValue ); in PutValue()
175 aValue.X = MM100_TO_TWIP(aValue.X); in PutValue()
176 aValue.Y = MM100_TO_TWIP(aValue.Y); in PutValue()
190 case 0: aVal.setX( aValue.X ); aVal.setY( aValue.Y ); break; in PutValue()

Completed in 159 milliseconds

12345678910>>...35