Home
last modified time | relevance | path

Searched refs:aAny (Results 51 – 75 of 485) sorted by relevance

12345678910>>...20

/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx129 uno::Any aAny; in LoadDocInFrame() local
139 aAny, in LoadDocInFrame()
147 aAny, in LoadDocInFrame()
155 aAny, in LoadDocInFrame()
166 aAny, in LoadDocInFrame()
178 aAny, in LoadDocInFrame()
186 aAny, in LoadDocInFrame()
637 aAny >>= tmp; in InPlaceMenuCreate()
1071 uno::Any aAny; in setTitle() local
1082 aAny); in setTitle()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwshg.cxx86 uno::Any aAny; in InsertURLButton() local
88 aAny <<= rtl::OUString(rName); in InsertURLButton()
89 xPropSet->setPropertyValue( rtl::OUString::createFromAscii( "Label" ), aAny ); in InsertURLButton()
92 aAny <<= aTmp; in InsertURLButton()
93 xPropSet->setPropertyValue( rtl::OUString::createFromAscii( "TargetURL" ), aAny ); in InsertURLButton()
97 aAny <<= rtl::OUString(rTarget); in InsertURLButton()
98 xPropSet->setPropertyValue( rtl::OUString::createFromAscii( "TargetFrame" ), aAny ); in InsertURLButton()
102 aAny <<= eButtonType; in InsertURLButton()
103 xPropSet->setPropertyValue( rtl::OUString::createFromAscii( "ButtonType" ), aAny ); in InsertURLButton()
108 aAny <<= sal_True; in InsertURLButton()
[all …]
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx1082 Any aAny; in doTest() local
1218 aAny= invMfc->invoke( OUString(L"inShort"), Sequence< Any > ( &aAny, 1), seqIndices, seqOut); in doTest()
1221 aAny <<= ( sal_Int32) 1234567; in doTest()
1222 aAny=invMfc->invoke( OUString(L"inLong"), Sequence< Any > ( &aAny, 1), seqIndices, seqOut); in doTest()
1226 aAny <<= str_1; in doTest()
1227 aAny=invMfc->invoke( OUString(L"inString"), Sequence< Any > ( &aAny, 1), seqIndices, seqOut); in doTest()
1228 aAny>>= str_1; in doTest()
1230 aAny <<= ( float) 3.14; in doTest()
1231 aAny=invMfc->invoke( OUString(L"inFloat"), Sequence< Any > ( &aAny, 1), seqIndices, seqOut); in doTest()
1233 aAny <<= ( double) 3.145; in doTest()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLIndexObjectSourceContext.cxx144 Any aAny; in EndElement() local
146 aAny.setValue(&bUseCalc, ::getBooleanCppuType()); in EndElement()
147 rIndexPropertySet->setPropertyValue(sCreateFromStarCalc, aAny); in EndElement()
149 aAny.setValue(&bUseChart, ::getBooleanCppuType()); in EndElement()
150 rIndexPropertySet->setPropertyValue(sCreateFromStarChart, aAny); in EndElement()
152 aAny.setValue(&bUseDraw, ::getBooleanCppuType()); in EndElement()
153 rIndexPropertySet->setPropertyValue(sCreateFromStarDraw, aAny); in EndElement()
155 aAny.setValue(&bUseMath, ::getBooleanCppuType()); in EndElement()
156 rIndexPropertySet->setPropertyValue(sCreateFromStarMath, aAny); in EndElement()
158 aAny.setValue(&bUseOtherObjects, ::getBooleanCppuType()); in EndElement()
[all …]
H A DXMLSectionImportContext.cxx179 Any aAny; in StartElement() local
180 aAny.setValue( &bIsVisible, ::getBooleanCppuType() ); in StartElement()
181 xPropSet->setPropertyValue( sIsVisible, aAny ); in StartElement()
195 aAny <<= sCond; in StartElement()
196 xPropSet->setPropertyValue( sCondition, aAny ); in StartElement()
204 Any aAny; in StartElement() local
205 aAny <<= aSequence; in StartElement()
206 xPropSet->setPropertyValue(sProtectionKey, aAny); in StartElement()
210 Any aAny; in StartElement() local
211 aAny.setValue( &bProtect, ::getBooleanCppuType() ); in StartElement()
[all …]
H A DXMLTextMasterPageContext.cxx135 Any aAny; in XMLTextMasterPageContext() local
139 aAny = xPageStyles->getByName( sDisplayName ); in XMLTextMasterPageContext()
140 aAny >>= xStyle; in XMLTextMasterPageContext()
148 aAny <<= xStyle; in XMLTextMasterPageContext()
149 xPageStyles->insertByName( sDisplayName, aAny ); in XMLTextMasterPageContext()
158 aAny = xPropSet->getPropertyValue( sIsPhysical ); in XMLTextMasterPageContext()
159 bNew = !*(sal_Bool *)aAny.getValue(); in XMLTextMasterPageContext()
279 Any aAny = xPropSet->getPropertyValue( sFollowStyle ); in Finish() local
281 aAny >>= sCurrFollow; in Finish()
284 aAny <<= sDisplayFollow; in Finish()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx568 Any aAny; in queryInterface() local
595 return aAny; in queryInterface()
1017 uno::Any aAny; in getPropertyValue() local
1083 aAny <<= aName; in getPropertyValue()
1184 aAny <<= aURL; in getPropertyValue()
1258 aAny <<= aText; in getPropertyValue()
1267 aAny <<= aText; in getPropertyValue()
1282 aAny <<= aText; in getPropertyValue()
1312 return aAny; in getPropertyValue()
2741 uno::Any aAny; in queryInterface() local
[all …]
H A Dunoobj.cxx721 uno::Any aAny( aValue ); in setPropertyValue() local
726 if( aAny >>= aName ) in setPropertyValue()
729 aAny <<= aName; in setPropertyValue()
1532 uno::Any aAny; in getByName() local
1539 aAny <<= maStrScript;; in getByName()
1556 aAny <<= maStrStarBasic;; in getByName()
1599 pProperties->Value = aAny; in getByName()
1603 aAny <<= eClickAction; in getByName()
1606 pProperties->Value = aAny; in getByName()
1694 aAny <<= aProperties; in getByName()
[all …]
/trunk/main/xmloff/source/style/
H A Dstyleexp.cxx109 Any aAny; in exportStyle() local
115 aAny = xPropSet->getPropertyValue( sIsPhysical ); in exportStyle()
116 if( !*(sal_Bool *)aAny.getValue() ) in exportStyle()
162 aAny = xPropSet->getPropertyValue( sFollowStyle ); in exportStyle()
164 aAny >>= sNextName; in exportStyle()
176 if( *(sal_Bool *)aAny.getValue() ) in exportStyle()
189 aAny >>= nOutlineLevel; in exportStyle()
223 if( aAny.hasValue() ) in exportStyle()
226 aAny >>= sListName; in exportStyle()
363 Any aAny; in exportDefaultStyle() local
[all …]
/trunk/main/dtrans/source/win32/dtobj/
H A DXTDataObject.cxx253 if ( !aAny.hasValue( ) ) in renderUnicodeAndSetupStgMedium()
260 aAny >>= aText; in renderUnicodeAndSetupStgMedium()
290 if ( !aAny.hasValue( ) ) in renderAnyDataAndSetupStgMedium()
299 if ( !aAny.hasValue( ) ) in renderAnyDataAndSetupStgMedium()
303 aAny >>= clipDataStream; in renderAnyDataAndSetupStgMedium()
402 if ( !aAny.hasValue( ) ) in renderSynthesizedUnicodeAndSetupStgMedium()
409 aAny >>= aText; in renderSynthesizedUnicodeAndSetupStgMedium()
438 if ( !aAny.hasValue( ) ) in renderSynthesizedTextAndSetupStgMedium()
445 aAny >>= aUnicodeText; in renderSynthesizedTextAndSetupStgMedium()
477 if ( !aAny.hasValue( ) ) in renderSynthesizedHtmlAndSetupStgMedium()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx487 uno::Any aAny(mxShapes->getByIndex(0L)); in DeleteAllShapes() local
489 aAny >>= xShape; in DeleteAllShapes()
523 uno::Any aAny; in SetPageMaster() local
525 aAny <<= pPageMasterContext->GetBorderBottom(); in SetPageMaster()
529 aAny <<= pPageMasterContext->GetBorderLeft(); in SetPageMaster()
533 aAny <<= pPageMasterContext->GetBorderRight(); in SetPageMaster()
537 aAny <<= pPageMasterContext->GetBorderTop(); in SetPageMaster()
541 aAny <<= pPageMasterContext->GetWidth(); in SetPageMaster()
543 OUString(RTL_CONSTASCII_USTRINGPARAM("Width")), aAny); in SetPageMaster()
545 aAny <<= pPageMasterContext->GetHeight(); in SetPageMaster()
[all …]
H A Danimimp.cxx577 Any aAny; in EndElement() local
607 aAny <<= (sal_Bool)sal_True; in EndElement()
608 xSet->setPropertyValue( mpImpl->msDimPrev, aAny ); in EndElement()
610 aAny <<= (sal_Int32)maDimColor.GetColor(); in EndElement()
615 aAny <<= (sal_Bool)sal_True; in EndElement()
626 aAny = bool2any( sal_True ); in EndElement()
649 aAny <<= maSoundURL; in EndElement()
650 xSet->setPropertyValue( mpImpl->msSound, aAny ); in EndElement()
652 aAny <<= bool2any( mbPlayFull ); in EndElement()
655 aAny <<= bool2any( sal_True ); in EndElement()
[all …]
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx118 if ( (aAny >>= eTmp) && eTmp == form::FormButtonType_URL ) in GetHLinkState()
124 aAny = xPropSet->getPropertyValue( sPropLabel ); in GetHLinkState()
125 if ( (aAny >>= sTmp) && sTmp.getLength() ) in GetHLinkState()
133 aAny = xPropSet->getPropertyValue( sPropTargetURL ); in GetHLinkState()
134 if ( (aAny >>= sTmp) && sTmp.getLength() ) in GetHLinkState()
143 if ( (aAny >>= sTmp) && sTmp.getLength() ) in GetHLinkState()
211 uno::Any aAny; in ExecuteHLink() local
214 aAny <<= rtl::OUString(rName); in ExecuteHLink()
219 aAny <<= aTmp; in ExecuteHLink()
224 aAny <<= rtl::OUString(rTarget); in ExecuteHLink()
[all …]
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx93 aAny >>= nInt8; in CallTypeFunction()
100 aAny >>= nInt16; in CallTypeFunction()
107 aAny >>= nInt32; in CallTypeFunction()
114 aAny >>= nInt64; in CallTypeFunction()
121 aAny >>= fDouble; in CallTypeFunction()
128 aAny >>= sString; in CallTypeFunction()
138 aAny >>= aProps; in CallTypeFunction()
144 aAny >>= aProps; in CallTypeFunction()
151 aAny >>= aNamed; in CallTypeFunction()
158 aAny >>= aIndexed; in CallTypeFunction()
[all …]
H A Dxmlexp.cxx638 uno::Any aAny; in ~SvXMLExport() local
654 uno::Any aAny; in ~SvXMLExport() local
655 aAny <<= aWasUsed; in ~SvXMLExport()
723 if(aAny >>= aWasUsed) in setSourceDocument()
844 aAny >>= sRelPath; in initialize()
851 aAny >>= sName; in initialize()
1393 Any aAny; in exportDoc() local
1908 uno::Any aAny; in GetViewSettingsAndViews() local
1916 if( aAny >>= aProps ) in GetViewSettingsAndViews()
2069 aAny >>= xIn; in AddEmbeddedObjectAsBase64()
[all …]
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx202 if( aAny >>= xNode ) in tryLocale()
220 aAny >>= aRet; in tryLocale()
945 Any aAny = xFont->getByName( rType ); in fillSubstVector() local
946 if( aAny.getValueTypeClass() == TypeClass_STRING ) in fillSubstVector()
994 Any aAny = xFont->getByName( rType ); in getSubstWeight() local
995 if( aAny.getValueTypeClass() == TypeClass_STRING ) in getSubstWeight()
1026 Any aAny = xFont->getByName( rType ); in getSubstWidth() local
1027 if( aAny.getValueTypeClass() == TypeClass_STRING ) in getSubstWidth()
1058 Any aAny = xFont->getByName( rType ); in getSubstType() local
1101 aAny >>= xNode; in readLocaleSubst()
[all …]
/trunk/main/cui/source/options/
H A Doptimprove2.cxx209 uno::Any aAny = ::comphelper::ConfigurationHelper:: in Reset() local
211 if ( ( aAny >>= bYesChecked ) && bYesChecked ) in Reset()
214 aAny = ::comphelper::ConfigurationHelper:: in Reset()
216 if ( aAny >>= bTemp ) in Reset()
225 aAny = ::comphelper::ConfigurationHelper:: in Reset()
227 if ( aAny >>= sURL ) in Reset()
231 aAny = ::comphelper::ConfigurationHelper:: in Reset()
233 if ( aAny >>= nCount ) in Reset()
235 aAny = ::comphelper::ConfigurationHelper:: in Reset()
237 if ( aAny >>= nCount ) in Reset()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1050 aAny >>= mXDrawPage; in ImplGetPageByIndex()
1129 aAny >>= mXPropSet; in ImplGetShapeByIndex()
1267 if( aAny.getValue() && ::cppu::extractInterface( xNameAccess, aAny ) ) in ImplGetStyleSheets()
1276 if( aAny.getValue() && ::cppu::extractInterface( xStyle, aAny ) ) in ImplGetStyleSheets()
1510 aAny >>= aFS; in ImplWritePortions()
2184 aAny >>= bBool; in ImplGetTextField()
2226 aAny >>= bBool; in ImplGetTextField()
2250 aAny >>= bBool; in ImplGetTextField()
4159 aAny >>= eEffect; in ImplGetEffect()
4168 aAny >>= bIsSound; in ImplGetEffect()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx273 uno::Any aAny; in DBaseImport() local
275 aAny <<= xConnection; in DBaseImport()
279 aAny <<= nType; in DBaseImport()
283 aAny <<= rtl::OUString( aTabName ); in DBaseImport()
708 uno::Any aAny; in DBaseExport() local
783 aAny <<= rtl::OUString( aTabName ); in DBaseExport()
816 aAny <<= pColNames[nCol]; in DBaseExport()
819 aAny <<= pColTypes[nCol]; in DBaseExport()
822 aAny <<= pColLengths[nCol]; in DBaseExport()
825 aAny <<= pColScales[nCol]; in DBaseExport()
[all …]
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx181 Any aAny; in UpdateConfiguration() local
188 if ( aAny >>= aSelectedItems ) in UpdateConfiguration()
194 if ( aAny >>= aStringItemList ) in UpdateConfiguration()
202 aAny = getControlProperty( TKGet( TK_CheckBox3Pg3 ), TKGet( TK_State ) ); in UpdateConfiguration()
203 if ( aAny >>= nInt16 ) in UpdateConfiguration()
208 if ( aAny >>= aSelectedItems ) in UpdateConfiguration()
214 if ( aAny >>= aStringItemList ) in UpdateConfiguration()
721 if ( aAny >>= fDouble ) in textChanged()
731 if ( aAny >>= aString ) in textChanged()
757 if ( aAny >>= fDouble ) in up()
[all …]
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx301 uno::Any aAny; in getAny() local
303 return aAny; in getAny()
365 uno::Any aAny; in getAny() local
369 return aAny; in getAny()
448 uno::Any aAny; in getAny() local
450 return aAny; in getAny()
528 uno::Any aAny; in getAny() local
530 return aAny; in getAny()
610 uno::Any aAny; in getAny() local
612 return aAny; in getAny()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx188 uno::Any aAny; in _Write() local
198 aAny <<= nProgressRange; in _Write()
200 xInfoSet->setPropertyValue(sProgressRange, aAny); in _Write()
202 aAny <<= static_cast < sal_Int32 >( -1 ); in _Write()
204 xInfoSet->setPropertyValue(sProgressMax, aAny); in _Write()
217 xInfoSet->setPropertyValue( sShowChanges, aAny ); in _Write()
457 aAny = xInfoSet->getPropertyValue( sShowChanges ); in _Write()
461 if ( *(sal_Bool*)aAny.getValue() ) in _Write()
551 uno::Any aAny; in WriteThroughComponent() local
552 aAny <<= aMime; in WriteThroughComponent()
[all …]
H A DXMLRedlineImportHelper.cxx310 Any aAny = (bHandleProtectionKey ? xModelPropertySet in XMLRedlineImportHelper() local
313 aAny >>= aProtectionKey; in XMLRedlineImportHelper()
319 Any aAny; in XMLRedlineImportHelper() local
321 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in XMLRedlineImportHelper()
322 xModelPropertySet->setPropertyValue( sRecordChanges, aAny ); in XMLRedlineImportHelper()
380 Any aAny; in ~XMLRedlineImportHelper() local
382 aAny.setValue( &bShowChanges, ::getBooleanCppuType() ); in ~XMLRedlineImportHelper()
384 xModelPropertySet->setPropertyValue( sShowChanges, aAny ); in ~XMLRedlineImportHelper()
388 aAny.setValue( &bRecordChanges, ::getBooleanCppuType() ); in ~XMLRedlineImportHelper()
390 xModelPropertySet->setPropertyValue( sRecordChanges, aAny ); in ~XMLRedlineImportHelper()
[all …]
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx225 aAny >>= xTunnel; in parseManifest()
230 aAny >>= xTunnel; in parseManifest()
475 aAny >>= xTunnel; in parseContentType()
1821 Any aAny; in getPropertyValue() local
1825 return aAny; in getPropertyValue()
1834 return aAny; in getPropertyValue()
1839 return aAny; in getPropertyValue()
1844 return aAny; in getPropertyValue()
1849 return aAny; in getPropertyValue()
1854 return aAny; in getPropertyValue()
[all …]
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx651 if ( aAny >>= aStr ) in Execute()
654 if ( aAny >>= aStr ) in Execute()
658 if ( aAny >>= aCommands ) in Execute()
838 if ( aAny >>= aStr ) in Execute()
841 if ( aAny >>= aStr ) in Execute()
846 aAny >>= nSize; in Execute()
859 aAny >>= nSize; in Execute()
877 aAny >>= bSet; in Execute()
881 aAny >>= bSet; in Execute()
894 aAny >>= bSet; in Execute()
[all …]

Completed in 214 milliseconds

12345678910>>...20