Home
last modified time | relevance | path

Searched refs:aAny (Results 101 – 125 of 485) sorted by path

12345678910>>...20

/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx677 uno::Any aAny; in HandleGetListValue() local
682 return aAny; in HandleGetListValue()
690 return aAny; in HandleGetListValue()
712 aAny <<= aItemList; in HandleGetListValue()
722 aAny <<= sString; in HandleGetListValue()
731 aAny <<= nActive; in HandleGetListValue()
741 return aAny; in HandleGetListValue()
H A DSalAquaFilePicker.cxx506 uno::Any aAny; in initialize() local
511 aAny = aArguments[0]; in initialize()
513 if( ( aAny.getValueType() != ::getCppuType( ( sal_Int16* )0 ) ) && in initialize()
514 (aAny.getValueType() != ::getCppuType( ( sal_Int8* )0 ) ) ) in initialize()
519 aAny >>= templateId; in initialize()
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx714 Any aAny; in getValue() local
720 aAny = aAccess.getValue( nElementID, nControlAction ); in getValue()
733 aAny = rEntry.m_aValue; in getValue()
739 return aAny; in getValue()
H A Diodlgimp.cxx72 Any aAny( rOpt.GetUserItem( VIEWOPT_DATANAME ) ); in GetViewOptUserItem() local
74 aAny >>= aUserData; in GetViewOptUserItem()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1252 uno::Any aAny; in HandleGetListValue() local
1277 aAny <<= aItemList; in HandleGetListValue()
1289 aAny <<= sItem; in HandleGetListValue()
1297 aAny <<= static_cast< sal_Int32 >(nActive); in HandleGetListValue()
1304 return aAny; in HandleGetListValue()
1633 uno::Any aAny; in initialize() local
1639 aAny = aArguments[0]; in initialize()
1641 if( ( aAny.getValueType() != ::getCppuType( ( sal_Int16* )0 ) ) && in initialize()
1642 (aAny.getValueType() != ::getCppuType( ( sal_Int8* )0 ) ) ) in initialize()
1648 aAny >>= templateId; in initialize()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx627 uno::Any aAny; in initialize() local
633 aAny = aArguments[0]; in initialize()
635 if ( (aAny.getValueType() != ::getCppuType((sal_Int16*)0)) && in initialize()
636 (aAny.getValueType() != ::getCppuType((sal_Int8*)0)) ) in initialize()
642 aAny >>= templateId; in initialize()
H A DWinFileOpenImpl.cxx950 uno::Any aAny = CheckboxGetState(hwndChkSaveWithExt); in SetDefaultExtension() local
951 sal_Bool bChecked = *reinterpret_cast<const sal_Bool*>(aAny.getValue()); in SetDefaultExtension()
H A Dfilepickerstate.cxx112 Any aAny; in getValue() local
139 aAny = value_result->getValue( ); in getValue()
140 OSL_ENSURE( aAny.hasValue( ), "empty any" ); in getValue()
145 return aAny; in getValue()
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx189 Any aAny; in fileSelectionChanged() local
191 aAny <<= aDIB; in fileSelectionChanged()
192 rXFilePreview->setImage( 1, aAny ); in fileSelectionChanged()
324 Any aAny; in main() local
327 aAny.setValue( &bChkState, getCppuType( (sal_Bool*)0 ) ); in main()
331 aAny <<= aVersion; in main()
340 if ( aAny.hasValue( ) ) in main()
343 aAny = xFPControlAccess->getValue( CHECKBOX_READONLY, 0 ); in main()
344 if ( aAny.hasValue( ) ) in main()
349 if ( aAny.hasValue( ) ) in main()
[all …]
/trunk/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx392 Any aAny; in ListboxGetItems() local
393 aAny <<= aItemList; in ListboxGetItems()
395 return aAny; in ListboxGetItems()
408 Any aAny; in ListboxGetSelectedItem() local
409 aAny <<= ListboxGetString( hwnd, idxItem ); in ListboxGetSelectedItem()
411 return aAny; in ListboxGetSelectedItem()
424 Any aAny; in ListboxGetSelectedItemIndex() local
425 aAny <<= static_cast< sal_Int32 >( idxItem ); in ListboxGetSelectedItemIndex()
427 return aAny; in ListboxGetSelectedItemIndex()
440 Any aAny; in CheckboxGetState() local
[all …]
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java606 public synchronized void log( /*IN*/ Object aAny ) in log() argument
609 impl_logAny(sValue, aAny); in log()
840 if (com.sun.star.uno.AnyConverter.isVoid(aAny)) in impl_logAny()
845 if (com.sun.star.uno.AnyConverter.isChar(aAny)) in impl_logAny()
862 if (com.sun.star.uno.AnyConverter.isByte(aAny)) in impl_logAny()
869 if (com.sun.star.uno.AnyConverter.isShort(aAny)) in impl_logAny()
876 if (com.sun.star.uno.AnyConverter.isInt(aAny)) in impl_logAny()
883 if (com.sun.star.uno.AnyConverter.isLong(aAny)) in impl_logAny()
911 if (com.sun.star.uno.AnyConverter.isEnum(aAny)) in impl_logAny()
917 if (com.sun.star.uno.AnyConverter.isType(aAny)) in impl_logAny()
[all …]
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx885 Any aAny; in WriteMenu() local
890 aAny = rMenuContainer->getByIndex( nItemPos ); in WriteMenu()
891 if ( aAny >>= aProps ) in WriteMenu()
H A Dstatusbardocumenthandler.cxx564 Any aAny; in WriteStatusBarDocument() local
569 aAny = m_aStatusBarItems->getByIndex( nItemPos ); in WriteStatusBarDocument()
570 if ( aAny >>= aProps ) in WriteStatusBarDocument()
H A Dtoolboxdocumenthandler.cxx748 Any aAny; in WriteToolBoxDocument() local
753 aAny = m_rItemAccess->getByIndex( nItemPos ); in WriteToolBoxDocument()
754 if ( aAny >>= aProps ) in WriteToolBoxDocument()
/trunk/main/framework/source/services/
H A Dmodelwinservice.cxx136 uno::Any aAny; in getByName() local
143 aAny = uno::makeAny(xModel); in getByName()
146 return aAny; in getByName()
H A Dsubstitutepathvars.cxx1155 Any aAny; in SetPredefinedPathVariables() local
/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx148 callError::callError(const Any & aAny) in callError() argument
149 : any(aAny) in callError()
/trunk/main/io/source/connector/
H A Dctr_socket.cxx70 callError::callError(const Any & aAny) in callError() argument
71 : any(aAny) in callError()
/trunk/main/linguistic/source/
H A Dconvdiclist.cxx385 uno::Any aAny; in AddConvDics() local
386 aAny <<= xDic; in AddConvDics()
387 insertByName( xDic->getName(), aAny ); in AddConvDics()
524 uno::Any aAny; in addNewDictionary() local
525 aAny <<= xRes; in addNewDictionary()
526 GetNameContainer().insertByName( rName, aAny ); in addNewDictionary()
H A Dlngopt.cxx552 Any aAny( aConfig.GetProperty( aIt->nWID ) ); in getPropertyValues() local
556 rVal.Value = aAny; in getPropertyValues()
H A Dmisc.cxx532 Any aAny( aContent.getPropertyValue( A2OU( "IsReadOnly" ) ) ); in IsReadOnly() local
533 aAny >>= bRes; in IsReadOnly()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartHelper.java97 Any aAny = new Any(String.class, msChartClassID); in insertOLEChartInWriter() local
98 xPropSet.setPropertyValue("CLSID", aAny ); in insertOLEChartInWriter()
114 aAny = new Any(Short.class, in insertOLEChartInWriter()
116 xPropSet.setPropertyValue("VertOrient", aAny ); in insertOLEChartInWriter()
117 aAny = new Any(Short.class, in insertOLEChartInWriter()
119 xPropSet.setPropertyValue("HoriOrient", aAny ); in insertOLEChartInWriter()
120 aAny = new Any(Integer.class, new Integer(aUpperLeft.Y)); in insertOLEChartInWriter()
121 xPropSet.setPropertyValue("VertOrientPosition", aAny ); in insertOLEChartInWriter()
122 aAny = new Any(Integer.class, new Integer(aUpperLeft.X)); in insertOLEChartInWriter()
123 xPropSet.setPropertyValue("HoriOrientPosition", aAny ); in insertOLEChartInWriter()
/trunk/main/offapi/com/sun/star/sync/
H A DXSyncCollector.idl70 [out] any aAny );
/trunk/main/oox/inc/oox/ppt/
H A Danimationspersist.hxx64 void convert( ::com::sun::star::uno::Any & aAny, sal_Int16 & rSubType ) const;
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx68 void OOXMLDocPropHandler::AddCustomProperty( const uno::Any& aAny ) in AddCustomProperty() argument
80 beans::PropertyAttribute::REMOVEABLE, aAny ); in AddCustomProperty()

Completed in 173 milliseconds

12345678910>>...20