/trunk/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 358 awt::Size aVal; in PutValue() local 359 if(!(rVal >>= aVal)) in PutValue() 363 Size aTmp(aVal.Width, aVal.Height); in PutValue()
|
/trunk/main/framework/inc/services/ |
H A D | pathsettings.hxx | 249 const css::uno::Any& aVal);
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | cupsmgr.cxx | 890 rtl::OString aVal( rtl::OString::valueOf( sal_Int32( rJob.m_nCopies ) ) ); in getOptionsFromDocumentSetup() local 891 …rNumOptions = m_pCUPSWrapper->cupsAddOption( "copies", aVal.getStr(), rNumOptions, (cups_option_t*… in getOptionsFromDocumentSetup()
|
/trunk/main/sw/source/core/doc/ |
H A D | doclay.cxx | 565 uno::Any aVal; in CloneSdrObj() local 569 aVal = xSet->getPropertyValue( sName ); in CloneSdrObj() 573 xSet->setPropertyValue( sName, aVal ); in CloneSdrObj()
|
/trunk/main/sfx2/source/menu/ |
H A D | virtmenu.cxx | 957 Any aVal = xList->getByIndex(i); in IMPL_LINK() local 958 if (!(aVal>>=xFrame) || !xFrame.is() ) in IMPL_LINK()
|
/trunk/main/extensions/source/bibliography/ |
H A D | general.cxx | 159 uno::Any aVal = xValueAcc->getByName(uTypeMapping); in cursorMoved() local 160 uno::Reference< uno::XInterface > xInt = *(uno::Reference< uno::XInterface > *)aVal.getValue(); in cursorMoved()
|
/trunk/main/connectivity/source/inc/dbase/ |
H A D | dindexnode.hxx | 56 ONDXKey(double aVal, sal_uInt32 nRec = 0);
|
/trunk/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 675 beans::PropertyValue aVal; in AddDialogControl() local 676 aVal.Value = i_rCtrl; in AddDialogControl() 677 maProperties.push_back( aVal ); in AddDialogControl()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLStylesExportHelper.hxx | 60 sal_Bool IsEqual(const ScMyValidation& aVal) const;
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 1320 uno::Any aVal( pDbgPrintOptions[nOption].Value ); in MergeMailFiles() local 1321 aVal >>= _bVal; in MergeMailFiles() 1322 aVal >>= _nVal; in MergeMailFiles() 1323 aVal >>= _sVal; in MergeMailFiles()
|
/trunk/main/desktop/source/app/ |
H A D | app.cxx | 1504 css::uno::Any aVal = ::comphelper::ConfigurationHelper::readDirectKey( in retrieveCrashReporterState() local 1510 aVal >>= bEnabled; in retrieveCrashReporterState() 1526 css::uno::Any aVal = ::comphelper::ConfigurationHelper::readDirectKey( in isUIOnSessionShutdownAllowed() local 1532 aVal >>= bResult; in isUIOnSessionShutdownAllowed()
|
/trunk/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 687 SwSbxValue aVal( nValue ); in VarChange() local 688 VarChange( rStr, aVal ); in VarChange()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 191 String aVal; in operator ()() local 192 pCell->GetString(aVal); in operator ()() 193 mpDoc->PutCell(aPos, new ScStringCell(aVal)); in operator ()()
|
H A D | docsh4.cxx | 179 String aVal = ((const SfxStringItem*)pTextItem)->GetValue(); in Execute() local 180 aDocument.SetString( nCol, nRow, nTab, aVal ); in Execute()
|
/trunk/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 1869 TimeValue aVal; in SnapShot() local 1870 aVal.Seconds = 0; in SnapShot() 1871 aVal.Nanosec = 50000000; in SnapShot() 1872 osl_waitThread( &aVal ); in SnapShot()
|
/trunk/main/vcl/source/window/ |
H A D | toolbox.cxx | 1908 ImplControlValue aVal; in ImplCalcItem() local 1915 aVal, OUString(), in ImplCalcItem() 1940 aVal, OUString(), in ImplCalcItem() 1952 aVal, OUString(), in ImplCalcItem() 1964 aVal, OUString(), in ImplCalcItem()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 3073 const ::uno::Any aVal = getPropertyValue(C2U("Size")); in getSize() local 3074 awt::Size* pRet = (awt::Size*)aVal.getValue(); in getSize() 3081 const ::uno::Any aVal(&aSize, ::getCppuType(static_cast<const awt::Size*>(0))); in setSize() local 3082 setPropertyValue(C2U("Size"), aVal); in setSize()
|
/trunk/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 2577 css::uno::Any aVal = ::comphelper::ConfigurationHelper::readDirectKey( in impl_maxOpenDocCountReached() local 2585 if ( ! aVal.hasValue()) in impl_maxOpenDocCountReached() 2590 aVal >>= nMaxDocs; in impl_maxOpenDocCountReached()
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 3231 String aVal; in ScMatRef() local 3232 pCell->GetString( aVal ); in ScMatRef() 3233 PushString( aVal ); in ScMatRef()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 337 String aVal( rMan.GetText().GetText( Where(), nLen ) ); in Out() local 340 SwFltBookmark aBook( rName, aVal, GetHandle() ); in Out()
|
/trunk/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 1062 css::uno::Any aVal = ::comphelper::ConfigurationHelper::readDirectKey( in RecoveryDialog() local 1068 aVal >>= bCrashRepEnabled; in RecoveryDialog()
|
/trunk/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 1410 Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_FONTDESCRIPTOR ) ); in ImplSetPosSize() local 1411 aVal >>= aFD; in ImplSetPosSize()
|
/trunk/main/sfx2/source/doc/ |
H A D | guisaveas.cxx | 1073 uno::Any aVal = in OutputFileDialog() local 1076 aVal >>= bUseFilterOptions; in OutputFileDialog()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 2340 Any aVal = xSet->getPropertyValue(PROPERTY_ISNEW); in Execute() local 2341 if (aVal.hasValue() && ::comphelper::getBOOL(aVal)) in Execute()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 1390 ::com::sun::star::uno::Any aVal; in ApplySelectionPattern() 1391 pItem->QueryValue( aVal, aIt->nMemberId ); in ApplySelectionPattern() 1394 aProperties[ nCount ].Value <<= aVal; in ApplySelectionPattern()
|