Home
last modified time | relevance | path

Searched refs:getValue (Results 251 – 275 of 776) sorted by relevance

1...<<11121314151617181920>>...32

/aoo41x/main/sw/source/core/para/
H A Dparatr.cxx215 const style::DropCapFormat* pDrop = (const style::DropCapFormat*)rVal.getValue(); in PutValue()
227 bWholeWord = *(sal_Bool*)rVal.getValue(); in PutValue()
/aoo41x/main/sfx2/source/appl/
H A Dopengrf.cxx244 Any aVal = mpImpl->xCtrlAcc->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0 ); in IsAsLink()
246 return aVal.hasValue() ? *(sal_Bool*) aVal.getValue() : sal_False; in IsAsLink()
/aoo41x/main/i18nutil/source/utility/
H A Dcasefolding.cxx84 Mapping& casefolding::getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocal… in getValue() function in com::sun::star::i18n::casefolding
137 e.element = getValue(str, idx++, len, aLocale, nMappingType); in getNextChar()
/aoo41x/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx172 if (!key.getValue(OUString(), pBuffer)) in getTypeReader()
199 if (!key.getValue(OUString(), pBuffer)) in getTypeClass()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XMultipleOperation.java149 .getValue() == cellValues[i]; in checkValues()
160 .getValue()); in checkValues()
/aoo41x/main/connectivity/source/drivers/adabas/
H A DBDatabaseMetaData.cxx126 if(!aRow[2]->getValue().isNull()) in impl_getTypeInfo_throw()
128 switch((sal_Int32)aRow[2]->getValue()) in impl_getTypeInfo_throw()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.hxx119 virtual OOXMLValue::Pointer_t getValue() const;
324 virtual OOXMLValue::Pointer_t getValue() const;
379 virtual OOXMLValue::Pointer_t getValue() const;
H A DOOXMLPropertySetImpl.hxx78 virtual Value::Pointer_t getValue();
277 int getValue() const;
H A DOOXMLFastContextHandler.cxx354 OOXMLValue::Pointer_t OOXMLFastContextHandler::getValue() const in getValue() function in writerfilter::ooxml::OOXMLFastContextHandler
428 OOXMLValue::Pointer_t pVal(getValue()); in toTag()
1112 pProp(new OOXMLPropertyImpl(mId, getValue(), in sendPropertyToParent()
1277 OOXMLValue::Pointer_t OOXMLFastContextHandlerProperties::getValue() const in getValue() function in writerfilter::ooxml::OOXMLFastContextHandlerProperties
1479 OOXMLValue::Pointer_t OOXMLFastContextHandlerValue::getValue() const in getValue() function in writerfilter::ooxml::OOXMLFastContextHandlerValue
1597 OOXMLValue::Pointer_t pValue(pHandler->getValue()); in addCurrentChild()
/aoo41x/main/sw/source/ui/config/
H A Dusrpref.cxx204 sal_Bool bSet = nProp != 16 ? *(sal_Bool*)pValues[nProp].getValue() : sal_False; in Load()
485 sal_Bool bSet = nProp < 3 ? *(sal_Bool*)pValues[nProp].getValue() : sal_False; in Load()
583 bSet = *(sal_Bool*)pValues[nProp].getValue(); in Load()
/aoo41x/main/binaryurp/source/
H A Dunmarshal.cxx94 i++->getValue(css::uno::TypeDescription(ctd->ppTypeRefs[j]))), in copyMemberValues()
269 getValue( in readTid()
532 const_cast< void * >(as[i].getValue(ctd)), ctd.get(), 0); in readSequence()
/aoo41x/main/xmloff/source/text/
H A DXMLIndexMarkExport.cxx105 if (*(sal_Bool *)aAny.getValue()) in ExportIndexMark()
121 nElementNo = *(sal_Bool *)aAny.getValue() ? 1 : 2; in ExportIndexMark()
H A Dtxtexppr.cxx152 pThis->bDropWholeWord = *(sal_Bool *)rProperty.maValue.getValue(); in handleSpecialItem()
849 !*(sal_Bool *)pWrapContourState ->maValue.getValue() ) ) in ContextFilter()
868 *(sal_Bool *)pHoriOrientMirrorState->maValue.getValue() ) in ContextFilter()
930 *(sal_Bool *)pShapeHoriOrientMirrorState->maValue.getValue() ) in ContextFilter()
/aoo41x/main/sw/source/core/fields/
H A Dflddat.cxx279 if(*(sal_Bool*)rVal.getValue()) in PutValue()
286 nSubType |= *(sal_Bool*)rVal.getValue() ? DATEFLD : TIMEFLD; in PutValue()
/aoo41x/main/stoc/source/corereflection/
H A Dlrucache.hxx76 inline t_Val getValue( const t_Key & rKey ) const;
154 inline t_Val LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::getValue( const t_Key & rKey ) const in getValue() function in LRU_Cache
H A Dbase.hxx395 const_cast< void * >( rObj.getValue() ), rObj.getValueTypeRef(), in extract()
402 rDest = pRefl->forType( reinterpret_cast< const Type * >( rObj.getValue() )->getTypeLibType() ); in extract()
440 (void *)rSource.getValue(), rSource.getValueTypeRef(), in coerce_assign()
/aoo41x/main/stoc/source/tdmanager/
H A Dlrucache.hxx77 inline t_Val getValue( t_Key const & rKey ) const;
157 inline t_Val LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::getValue( in getValue() function in LRU_Cache
/aoo41x/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx801 sal_Int32 nIntValue = rSprm.getValue()->getInt(); in lcl_sprm()
841 sal_Int32 nAbstractNumId = rSprm.getValue()->getInt(); in lcl_sprm()
943 OUString sStyleName = rSprm.getValue( )->getString( ); in lcl_sprm()
952 OUString sStyleName = rSprm.getValue( )->getString( ); in lcl_sprm()
/aoo41x/main/ucb/source/core/
H A Ducb.cxx432 ProviderList_Impl & rList = aIt->getValue(); in registerContentProvider()
461 ProviderList_Impl & rList = aMapIt->getValue(); in deregisterContentProvider()
498 pInfo->ContentProvider = it->getValue().front().getProvider(); in queryContentProviders()
/aoo41x/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DConvwatchGUI.java101 files[0] = aIniFile.getValue(sSection, "newgfx"); // current created picture in fillImageIcons()
102 files[1] = aIniFile.getValue(sSection, "oldgfx"); // reference picture in fillImageIcons()
103 files[2] = aIniFile.getValue(sSection, "diffgfx"); in fillImageIcons()
/aoo41x/main/unoxml/source/rdf/
H A DCLiteral.cxx63 virtual ::rtl::OUString SAL_CALL getValue() throw (css::uno::RuntimeException);
174 ::rtl::OUString SAL_CALL CLiteral::getValue() throw (css::uno::RuntimeException) in getValue() function in __anon361f79c40111::CLiteral
/aoo41x/main/unodevtools/source/unodevtools/
H A Dtypemanager.cxx213 if ( !rTypeKey.getValue(OUString(), pBuffer) ) { in getTypeReader()
258 if ( !rTypeKey.getValue(OUString(), pBuffer) ) { in getTypeClass()
/aoo41x/main/i18npool/inc/
H A Dcalendar_gregorian.hxx64 …virtual sal_Int16 SAL_CALL getValue(sal_Int16 nFieldIndex) throw(com::sun::star::uno::RuntimeExcep…
99 void getValue() throw(com::sun::star::uno::RuntimeException);
/aoo41x/main/connectivity/source/simpledbt/
H A Dstaticdbtools_s.cxx60 …double ODataAccessStaticTools::getValue(const Reference< XColumn>& _rxVariant, const Date& rNullDa… in getValue() function in connectivity::ODataAccessStaticTools
62 return ::dbtools::DBTypeConversion::getValue( _rxVariant, rNullDate ); in getValue()
/aoo41x/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx66 ScVbaComboBox::getValue() throw (uno::RuntimeException) in getValue() function in ScVbaComboBox
127 getValue() >>= result; in getText()

Completed in 149 milliseconds

1...<<11121314151617181920>>...32