Home
last modified time | relevance | path

Searched refs:aVal (Results 176 – 200 of 206) sorted by relevance

123456789

/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx358 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 Dpathsettings.hxx249 const css::uno::Any& aVal);
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx890 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 Ddoclay.cxx565 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 Dvirtmenu.cxx957 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 Dgeneral.cxx159 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 Ddindexnode.hxx56 ONDXKey(double aVal, sal_uInt32 nRec = 0);
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx675 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 DXMLStylesExportHelper.hxx60 sal_Bool IsEqual(const ScMyValidation& aVal) const;
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx1320 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 Dapp.cxx1504 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 Dcalc.cxx687 SwSbxValue aVal( nValue ); in VarChange() local
688 VarChange( rStr, aVal ); in VarChange()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx191 String aVal; in operator ()() local
192 pCell->GetString(aVal); in operator ()()
193 mpDoc->PutCell(aPos, new ScStringCell(aVal)); in operator ()()
H A Ddocsh4.cxx179 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 Dsalframe.cxx1869 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 Dtoolbox.cxx1908 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 Dunoframe.cxx3073 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 Dviewfrm.cxx2577 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 Dinterpr5.cxx3231 String aVal; in ScMatRef() local
3232 pCell->GetString( aVal ); in ScMatRef()
3233 PushString( aVal ); in ScMatRef()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx337 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 Ddocrecovery.cxx1062 css::uno::Any aVal = ::comphelper::ConfigurationHelper::readDirectKey( in RecoveryDialog() local
1068 aVal >>= bCrashRepEnabled; in RecoveryDialog()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1410 Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_FONTDESCRIPTOR ) ); in ImplSetPosSize() local
1411 aVal >>= aFD; in ImplSetPosSize()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx1073 uno::Any aVal = in OutputFileDialog() local
1076 aVal >>= bUseFilterOptions; in OutputFileDialog()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx2340 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 Dviewfunc.cxx1390 ::com::sun::star::uno::Any aVal; in ApplySelectionPattern()
1391 pItem->QueryValue( aVal, aIt->nMemberId ); in ApplySelectionPattern()
1394 aProperties[ nCount ].Value <<= aVal; in ApplySelectionPattern()

Completed in 381 milliseconds

123456789