/aoo41x/main/unoxml/source/dom/ |
H A D | attr.cxx | 88 return getValue(); in getNodeValue() 149 OUString SAL_CALL CAttr::getValue() in getValue() function in DOM::CAttr 180 OUString sOldValue = getValue(); in setValue()
|
/aoo41x/main/unotools/source/config/ |
H A D | misccfg.cxx | 189 …case 0: bPaperSize = *(sal_Bool*)pValues[nProp].getValue(); break; //"Print/Warning/PaperSiz… in Load() 190 …case 1: bPaperOrientation = *(sal_Bool*)pValues[nProp].getValue(); break; //"Print/Warning/P… in Load() 191 …case 2: bNotFound = *(sal_Bool*)pValues[nProp].getValue() ; break; //"Print/Warning/N… in Load()
|
H A D | javaoptions.cxx | 89 bExecute = *(sal_Bool*)pValues[0].getValue(); in SvtExecAppletsItem_Impl() 162 case 0: pImpl->bEnabled = *(sal_Bool*)pValues[nProp].getValue(); break; in SvtJavaOptions() 163 case 1: pImpl->bSecurity = *(sal_Bool*)pValues[nProp].getValue();break; in SvtJavaOptions()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 581 Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_PASSWORD, 0 ); in enablePasswordBox() 600 Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_PREVIEW, 0 ); in updatePreviewState() 1299 && ( xControlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION, 0 ) in implInitializeFileName() 1571 Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_SELECTION, 0 ); in execute() 1592 Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_READONLY, 0 ); in execute() 1607 Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::LISTBOX_VERSION, in execute() 1632 Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_PASSWORD, 0 ); in execute() 2050 aValue = xDlg->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0 ); in saveConfig() 2055 aValue = xDlg->getValue( ExtendedFilePickerElementIds::CHECKBOX_PREVIEW, 0 ); in saveConfig() 2091 aValue = xDlg->getValue( ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION, 0 ); in saveConfig() [all …]
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellvaluebinding.cxx | 227 …Any SAL_CALL OCellValueBinding::getValue( const Type& aType ) throw (IncompatibleTypesException, R… in getValue() function in calc::OCellValueBinding 273 double nCellValue = m_xCell->getValue(); in getValue() 284 aReturn <<= m_xCell->getValue(); in getValue() 296 sal_Int32 nValue = (sal_Int32) rtl::math::approxFloor( m_xCell->getValue() ); in getValue()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | calendarwrapper.cxx | 266 nOffset = static_cast<sal_Int32>( xC->getValue( nParentFieldIndex )) * 60000; in getCombinedOffsetInMillis() 267 sal_Int16 nSecondMillis = xC->getValue( nChildFieldIndex ); in getCombinedOffsetInMillis() 427 sal_Int16 CalendarWrapper::getValue( sal_Int16 nFieldIndex ) const in getValue() function in CalendarWrapper 432 return xC->getValue( nFieldIndex ); in getValue()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 405 SetFormat( *(sal_Bool*)rAny.getValue() ? AF_NAME : AF_SHORTCUT ); in PutValue() 409 if( *(sal_Bool*)rAny.getValue() ) in PutValue() 588 if( *(sal_Bool*)rAny.getValue() ) in PutValue() 1295 if(*(sal_Bool*)rAny.getValue()) in PutValue() 1313 if(*(sal_Bool*)rAny.getValue()) in PutValue() 1621 bIsHidden = *(sal_Bool*)rAny.getValue(); in PutValue() 1737 bIsHidden = *(sal_Bool*)rAny.getValue(); in PutValue() 1992 util::Date aSetDate = *(util::Date*)rAny.getValue(); in PutValue() 2154 if( *(sal_Bool*)rAny.getValue() ) in PutValue() 2248 bOn = *(sal_Bool*)rAny.getValue(); in PutValue()
|
H A D | usrfld.cxx | 160 if(*(sal_Bool*) rAny.getValue()) in PutValue() 166 if(*(sal_Bool*) rAny.getValue()) in PutValue() 361 if(*(sal_Bool*)rAny.getValue()) in PutValue()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | IniFile.java | 244 String getValue(int _nIndex) in getValue() method in IniFile 266 public String getValue(String _sSection, String _sKey) in getValue() method in IniFile 276 sValue = getValue(i); in getValue()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 376 *static_cast<const uno::Sequence<sal_uInt8>*>(mAny.getValue()); in ImplCreateDocumentSummaryInformation() 470 sal_Int32 nFormat = *(sal_Int32*)aAny.getValue(); in ImplCreateHeaderFooters() 640 aCustomShow = ( *(::rtl::OUString*)mAny.getValue() ); in ImplCreateDocument() 650 ::rtl::OUString aSlideName( *(::rtl::OUString*)mAny.getValue() ); in ImplCreateDocument() 753 if ( mAny.getValue() ) in ImplCreateDocument() 765 if ( mAny.getValue() ) in ImplCreateDocument() 937 … EscherPropertyContainer::GetGradientColor( (::com::sun::star::awt::Gradient*)mAny.getValue(), 0 ); in ImplCreateMaster() 947 nFillColor = mpPptEscherEx->GetColor( *((sal_uInt32*)mAny.getValue()) ); in ImplCreateMaster() 1258 switch ( *(sal_Int32*)aAny.getValue() ) in ImplCreateSlide() 1514 nSlideTime = *(sal_Int32*)aAny.getValue() << 10; // in ticks in ImplCreateSlide() [all …]
|
/aoo41x/main/svtools/source/config/ |
H A D | fontsubstconfig.cxx | 77 bIsEnabled = *(sal_Bool*)aValues.getConstArray()[0].getValue(); in SvtFontSubstConfig() 105 pInsert->bReplaceAlways = *(sal_Bool*)pNodeValues[nName++].getValue(); in SvtFontSubstConfig() 106 pInsert->bReplaceOnScreenOnly = *(sal_Bool*)pNodeValues[nName++].getValue(); in SvtFontSubstConfig()
|
/aoo41x/main/pyuno/source/module/ |
H A D | pyuno_util.cxx | 215 val2str( returnValue.getValue(), returnValue.getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logReply() 220 … val2str( aParams[i].getValue(), aParams[i].getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logReply() 244 … val2str( aParams[i].getValue(), aParams[i].getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logCall()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AResultSetMetaData.cxx | 93 …bRet = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ISCASESENSITIVE")) ); in isCaseSensitive() 123 …sTableName = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BASETABLENAME"… in getTableName() 169 …bRet = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ISAUTOINCREMENT")) ); in isAutoIncrement()
|
H A D | AColumn.cxx | 261 …m_IsAutoIncrement = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Autoinc… in fillPropertyValues() 263 …m_Description = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Description… in fillPropertyValues() 265 …m_DefaultValue = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Default"))… in fillPropertyValues()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | usercontrol.cxx | 164 Any SAL_CALL OFormatSampleControl::getValue() throw (RuntimeException) in getValue() function in pcr::OFormatSampleControl 210 Any SAL_CALL OFormattedNumericControl::getValue() throw (RuntimeException) in getValue() function in pcr::OFormattedNumericControl 306 Any SAL_CALL OFileUrlControl::getValue() throw (RuntimeException) in getValue() function in pcr::OFileUrlControl
|
/aoo41x/main/extensions/source/update/check/ |
H A D | updatecheckconfig.hxx | 38 virtual ::com::sun::star::uno::Any getValue(const sal_Char * pName) = 0; 53 virtual ::com::sun::star::uno::Any getValue(const sal_Char * pName); 215 T getValue( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rNamedVal… in getValue() function
|
/aoo41x/main/extensions/source/ole/ |
H A D | servprov.cxx | 196 VARIANT* pVariant = *(VARIANT**)oleAny.getValue(); in CreateInstance() 335 VARIANT* pVariant = *(VARIANT**)oleAny.getValue(); in CreateInstance() 437 if (NOERROR != VariantCopy(pVariant, *(VARIANT**)modelDepObject.getValue())) in createBridge() 450 VARIANT* pVariant = *(VARIANT**)modelDepObject.getValue(); in createBridge()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 92 const PPDValue* getValue( int n ) const; 93 const PPDValue* getValue( const String& rOption ) const; 316 const PPDValue* getValue( const PPDKey* ) const;
|
/aoo41x/main/toolkit/source/controls/ |
H A D | tkscrollbar.cxx | 153 aAny <<= xScrollBar->getValue(); in adjustmentValueChanged() 196 sal_Int32 UnoScrollBarControl::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue() function in toolkit::UnoScrollBarControl 202 n = xScrollBar->getValue(); in getValue()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labimg.cxx | 305 case 0: aItem.bCont = *(sal_Bool*)pValues[nProp].getValue(); break;// "Medium/Continous", in SwLabCfgItem() 334 … case 11: aItem.bSynchron = *(sal_Bool*)pValues[nProp].getValue(); break;// "Option/Synchronize", in SwLabCfgItem() 335 case 12: aItem.bPage = *(sal_Bool*)pValues[nProp].getValue(); break;// "Option/Page", in SwLabCfgItem() 338 … case 15: aItem.bAddr = *(sal_Bool*)pValues[nProp].getValue(); break;// "Inscription/UseAddress", in SwLabCfgItem()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | toolbar.cxx | 82 sal_Bool bChecked= *(sal_Bool*)aState.getValue(); in statusChanged() 120 Sequence<rtl::OUString>* pStringSeq = (Sequence<rtl::OUString>*)aState.getValue(); in statusChanged() 159 Sequence<rtl::OUString>* pStringSeq = (Sequence<rtl::OUString>*) aState.getValue(); in statusChanged() 195 String aStr = String(*(OUString*) aState.getValue()); in statusChanged()
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 358 rValue = xCell->getValue(); // double in lcl_SetValue() 364 rValue = (sal_Bool)( xCell->getValue() != 0.0 ); in lcl_SetValue() 372 aDate += (long)::rtl::math::approxFloor( xCell->getValue() ); in lcl_SetValue() 382 double fCellVal = xCell->getValue(); in lcl_SetValue() 404 double fCellVal = xCell->getValue(); in lcl_SetValue()
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NResultSet.cxx | 377 getValue( EContact* pContact, sal_Int32 nColumnNum, GType nType, GValue* pStackValue, bool& _out_rW… in getValue() function 466 bool success = getValue( lhs, nField, eFieldType, &aLhsValue, bLhsNull ) in CompareContacts() 467 && getValue( rhs, nField, eFieldType, &aRhsValue, bRhsNull ); in CompareContacts() 617 if ( getValue( getCur(), nFieldNumber, G_TYPE_STRING, &aValue, m_bWasNull ) ) in getString() 634 if ( getValue( getCur(), nFieldNumber, G_TYPE_BOOLEAN, &aValue, m_bWasNull ) ) in getBoolean()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtprhdl.cxx | 353 if( *(sal_Bool *)rValue.getValue() ) in exportXML() 405 if( *(sal_Bool *)rValue.getValue() ) in exportXML() 460 if( *(sal_Bool *)rValue.getValue() ) in exportXML() 590 if( *(sal_Bool *)rValue.getValue() ) in exportXML() 848 if( *(sal_Bool *)rValue.getValue() ) in exportXML() 1139 if( *(sal_Bool *)rValue.getValue() ) in exportXML()
|
/aoo41x/main/starmath/source/ |
H A D | unomodel.cxx | 434 nRet = (sal_Int16)*(double*)rAny.getValue(); in lcl_AnyToINT16() 436 nRet = (sal_Int16)*(float*)rAny.getValue(); in lcl_AnyToINT16() 544 sal_Bool bVal = *(sal_Bool*)(*pValues).getValue(); in _setPropertyValues() 560 sal_Bool bVal = *(sal_Bool*)(*pValues).getValue(); in _setPropertyValues() 600 aFormat.SetTextmode(*(sal_Bool*)(*pValues).getValue()); in _setPropertyValues() 658 aFormat.SetScaleNormalBrackets(*(sal_Bool*)(*pValues).getValue()); in _setPropertyValues()
|