Home
last modified time | relevance | path

Searched refs:aAny (Results 1 – 25 of 485) sorted by path

12345678910>>...20

/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxHeaderBar.cxx319 Any aAny( AccessibleBrowseBoxTableBase::queryInterface( rType ) ); in queryInterface() local
320 return aAny.hasValue() ? in queryInterface()
321 aAny : AccessibleBrowseBoxHeaderBarImplHelper::queryInterface( rType ); in queryInterface()
H A DAccessibleBrowseBoxTableBase.cxx179 Any aAny( BrowseBoxAccessibleElement::queryInterface( rType ) ); in queryInterface() local
180 return aAny.hasValue() ? in queryInterface()
181 aAny : AccessibleBrowseBoxTableImplHelper::queryInterface( rType ); in queryInterface()
H A DAccessibleGridControlTable.cxx338 Any aAny( AccessibleGridControlTableBase::queryInterface( rType ) ); in queryInterface() local
339 return aAny.hasValue() ? in queryInterface()
340 aAny : AccessibleGridControlTableImplHelper1::queryInterface( rType ); in queryInterface()
H A DAccessibleGridControlTableBase.cxx183 Any aAny( GridControlAccessibleElement::queryInterface( rType ) ); in queryInterface() local
184 return aAny.hasValue() ? in queryInterface()
185 aAny : AccessibleGridControlTableImplHelper::queryInterface( rType ); in queryInterface()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx498 Any aAny; in getCurrentValue() local
506 aAny <<= sText; in getCurrentValue()
520 aAny <<= xName->getAccessibleName(); in getCurrentValue()
526 return aAny; in getCurrentValue()
548 Any aAny; in getMaximumValue() local
549 return aAny; in getMaximumValue()
555 Any aAny; in getMinimumValue() local
556 return aAny; in getMinimumValue()
/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx350 uno::Any aAny( xAnimateNode->getTo() ); in operator ()() local
353 if( !(aAny >>= bVisible) ) in operator ()()
357 if( (aAny >>= aString) ) in operator ()()
/trunk/main/avmedia/source/framework/
H A Dmediatoolbox.cxx154 uno::Any aAny; in implExecuteMediaControl() local
157 aExecItem.QueryValue( aAny ); in implExecuteMediaControl()
159 aArgs[ 0 ].Value = aAny; in implExecuteMediaControl()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1003 Any aAny = xTransf->getTransferData( m_ClipboardDataFlavors[0] ); in Paste() local
1005 aAny >>= aTmp; in Paste()
1149 Any aAny = xCont->getByName( aName ); in Delete() local
1150 LocalizationMgr::deleteControlResourceIDsForDeletedEditorObject( this, aAny, aName ); in Delete()
H A Ddlgedobj.cxx528 Any aAny; in NameChange() local
529 aAny <<= xCtrl; in NameChange()
531 xCont->insertByName( aNewName , aAny ); in NameChange()
538 LocalizationMgr::renameControlResourceIDsForEditorObject( pEditor, aAny, aNewName ); in NameChange()
1127 Any aAny; in SetDefaults() local
1128 aAny <<= xCtrl; in SetDefaults()
1129 xCont->insertByName( aOUniqueName , aAny ); in SetDefaults()
1136 LocalizationMgr::setControlResourceIDsForNewEditorObject( pEditor, aAny, aOUniqueName ); in SetDefaults()
/trunk/main/basic/source/classes/
H A Dpropacc.cxx412 Any aAny; in RTL_Impl_CreatePropertySet() local
413 aAny <<= xInterface; in RTL_Impl_CreatePropertySet()
414 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreatePropertySet()
H A Dsbunoobj.cxx312 Any aAny; in createOLEObject_Impl() local
313 aAny <<= xOLEObject; in createOLEObject_Impl()
3113 Any aAny; in RTL_Impl_CreateUnoService() local
3114 aAny <<= xInterface; in RTL_Impl_CreateUnoService()
3171 Any aAny; in RTL_Impl_CreateUnoServiceWithArguments() local
3172 aAny <<= xInterface; in RTL_Impl_CreateUnoServiceWithArguments()
3203 Any aAny; in RTL_Impl_GetProcessServiceManager() local
3204 aAny <<= xFactory; in RTL_Impl_GetProcessServiceManager()
3470 Any aAny; in Find() local
3471 aAny = xField->get( aAny ); in Find()
[all …]
/trunk/main/basic/source/runtime/
H A Druntime.cxx1175 Any aAny = pUnoObj->getUnoAny(); in PushForEach() local
1177 if( (aAny >>= xEnumerationAccess) ) in PushForEach()
1185 if ( ( aAny >>= xInvocation ) && xInvocation.is() ) in PushForEach()
H A Dstep0.cxx358 Any aAny = pUnoObj->getUnoAny(); in checkUnoStructCopy() local
359 if( aAny.getValueType().getTypeClass() == TypeClass_STRUCT ) in checkUnoStructCopy()
361 SbUnoObject* pNewUnoObj = new SbUnoObject( pUnoObj->GetName(), aAny ); in checkUnoStructCopy()
H A Dstep2.cxx417 Any aAny = pUnoObj->getUnoAny(); in SetupArgs() local
419 if( aAny.getValueType().getTypeClass() == TypeClass_INTERFACE ) in SetupArgs()
421 Reference< XInterface > x = *(Reference< XInterface >*)aAny.getValue(); in SetupArgs()
532 Any aAny = pUnoObj->getUnoAny(); in CheckArray() local
534 if( aAny.getValueType().getTypeClass() == TypeClass_INTERFACE ) in CheckArray()
536 Reference< XInterface > x = *(Reference< XInterface >*)aAny.getValue(); in CheckArray()
571 aAny <<= xRet; in CheckArray()
575 … SbxObjectRef xWrapper = (SbxObject*)new SbUnoObject( aName, aAny ); in CheckArray()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx2426 Any aAny = importLibraryElement( xLib, aElementName, in loadLibrary() local
2430 if( aAny.hasValue() ) in loadLibrary()
2431 pImplLib->maNameContainer.replaceByName( aElementName, aAny ); in loadLibrary()
2435 pImplLib->maNameContainer.insertByName( aElementName, aAny ); in loadLibrary()
H A Dscriptcont.cxx1006 Any aAny = importLibraryElement( xLib, in implLoadPasswordLibrary() local
1011 if( aAny.hasValue() ) in implLoadPasswordLibrary()
1012 pLib->maNameContainer.replaceByName( aElementName, aAny ); in implLoadPasswordLibrary()
1016 pLib->maNameContainer.insertByName( aElementName, aAny ); in implLoadPasswordLibrary()
1112 Any aAny = importLibraryElement( xLib, in implLoadPasswordLibrary() local
1118 if( aAny.hasValue() ) in implLoadPasswordLibrary()
1119 pLib->maNameContainer.replaceByName( aElementName, aAny ); in implLoadPasswordLibrary()
1123 pLib->maNameContainer.insertByName( aElementName, aAny ); in implLoadPasswordLibrary()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx1419 Any aAny; in getPropertyValue() local
1420 aAny <<= bValue; in getPropertyValue()
1421 return aAny; in getPropertyValue()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx698 uno::Any aAny = m_apDataBrowserModel->getCellAny( nColIndex, nRow ); in GetCellText() local
701 if( aAny>>=aText ) in GetCellText()
703 else if( aAny>>=fDouble ) in GetCellText()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx1265 …Any aAny = m_xOldModelAgg->queryAggregation( ::getCppuType((const uno::Reference< lang::XMultiServ… in createInstance() local
1267 if( (aAny >>= xOldModelFactory) && xOldModelFactory.is() ) in createInstance()
1292 …Any aAny = m_xOldModelAgg->queryAggregation( ::getCppuType((const uno::Reference< lang::XMultiServ… in getAvailableServiceNames() local
1294 if( (aAny >>= xOldModelFactory) && xOldModelFactory.is() ) in getAvailableServiceNames()
/trunk/main/chart2/source/tools/
H A DExplicitCategoriesProvider.cxx217 uno::Any aAny = rInAnys[nN]; in convertCategoryAnysToText() local
218 if( aAny.hasValue() ) in convertCategoryAnysToText()
221 if( aAny>>=fDouble ) in convertCategoryAnysToText()
229 aAny>>=aText; in convertCategoryAnysToText()
481 uno::Any aAny = aValues[nN]; in lcl_fillDateCategories() local
482 if( aAny.hasValue() ) in lcl_fillDateCategories()
486 if( (aAny>>=aTest) && aTest.isEmpty() ) //empty String in lcl_fillDateCategories()
488 else if( (aAny>>=fTest) && ::rtl::math::isNan(fTest) ) in lcl_fillDateCategories()
495 if( bIsDate && (aAny >>= aDatePlusIndex.fValue) ) in lcl_fillDateCategories()
499 … if( aAny.hasValue() && !bContainsEmptyString )//empty string does not count as non date value! in lcl_fillDateCategories()
H A DObjectIdentifier.cxx1434 Any aAny; in getAny() local
1437 aAny = uno::makeAny( getObjectCID() ); in getAny()
1441 aAny = uno::makeAny( getAdditionalShape() ); in getAny()
1443 return aAny; in getAny()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx374 uno::Any aAny = xPropertySet->getPropertyValue( C2U("3DRelativeHeight") ); in createShapes() local
375 aAny >>= n3DRelativeHeight; in createShapes()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx708 uno::Any aAny = xPropertySet->getPropertyValue( C2U("3DRelativeHeight") ); in initializeCooSysAndSeriesPlotter() local
709 aAny >>= n3DRelativeHeightOldValue; in initializeCooSysAndSeriesPlotter()
2437 uno::Any aAny = xParent->getByIndex( nN ); in lcl_removeEmptyGroupShapes() local
2439 if( aAny >>= xShapes ) in lcl_removeEmptyGroupShapes()
H A DPropertyMapper.cxx97 uno::Any aAny( xSourceProp->getPropertyValue(aSource) ); in getValueMap() local
98 if( aAny.hasValue() ) in getValueMap()
99 rValueMap.insert( tPropertyNameValueMap::value_type( aTarget, aAny ) ); in getValueMap()
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx135 uno::Any aAny = xProp->getPropertyValue( OUString::createFromAscii( "Min" )); in getLogicalPosition() local
136 aAny >>= fMin; in getLogicalPosition()
137 aAny = xProp->getPropertyValue( OUString::createFromAscii( "Max" )); in getLogicalPosition()
138 aAny >>= fMax; in getLogicalPosition()
232 uno::Any aAny; in initialize() local
233 aAny <<= (sal_Int32)( 0xe0e0f0 ); in initialize()
234 xDiaProp->setPropertyValue( OUString::createFromAscii( "FillColor" ), aAny ); in initialize()
235 xLegendProp->setPropertyValue( OUString::createFromAscii( "FillColor" ), aAny ); in initialize()
375 uno::Any aAny; in refresh() local
376 aAny <<= aPtSeq; in refresh()
[all …]

Completed in 191 milliseconds

12345678910>>...20