Searched refs:mpValue (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/writerfilter/source/ooxml/ |
H A D | OOXMLPropertySetImpl.cxx | 58 : mId(id), mpValue(pValue), meType(eType) in OOXMLPropertyImpl() 63 : OOXMLProperty(), mId(rSprm.mId), mpValue(rSprm.mpValue), meType(rSprm.meType) in OOXMLPropertyImpl() 80 if (mpValue.get() != NULL) in getValue() 92 if (mpValue.get() != NULL) in getBinary() 93 pResult = mpValue->getBinary(); in getBinary() 102 if (mpValue.get() != NULL) in getStream() 103 pResult = mpValue->getStream(); in getStream() 112 if (mpValue.get() != NULL) in getProps() 113 pResult = mpValue->getProperties(); in getProps() 145 if (mpValue.get() != NULL) in toString() [all …]
|
H A D | OOXMLFastContextHandler.cxx | 1472 mpValue = pValue; in setValue() 1481 return mpValue; in getValue() 1499 if (mpValue.get() == NULL) in setDefaultBooleanValue() 1512 if (mpValue.get() == NULL) in setDefaultIntegerValue() 1525 if (mpValue.get() == NULL) in setDefaultHexValue() 1538 if (mpValue.get() == NULL) in setDefaultStringValue()
|
H A D | OOXMLPropertySetImpl.hxx | 67 mutable OOXMLValue::Pointer_t mpValue; member in writerfilter::ooxml::OOXMLPropertyImpl
|
H A D | OOXMLFastContextHandler.hxx | 392 OOXMLValue::Pointer_t mpValue; member in writerfilter::ooxml::OOXMLFastContextHandlerValue
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atkvalue.cxx | 42 if( !pWrap->mpValue && pWrap->mpContext ) in getValue() 45 pWrap->mpValue = reinterpret_cast< accessibility::XAccessibleValue * > (any.pReserved); in getValue() 46 pWrap->mpValue->acquire(); in getValue() 49 return pWrap->mpValue; in getValue()
|
H A D | atkwrapper.cxx | 660 wrapper->mpValue = NULL; in atk_object_wrapper_init() 948 RELEASE( wrapper->mpValue ) in atk_object_wrapper_dispose()
|
H A D | atkwrapper.hxx | 68 ::com::sun::star::accessibility::XAccessibleValue *mpValue;
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 1121 AnyWidget *mpValue; member in PropertiesList::PropertyEntry 1133 mpValue = pAnyWidget; in PropertyEntry() 1135 mpFlag->SetToggleHdl( LINK( mpValue, AnyWidget, FlagToggledHdl ) ); in PropertyEntry() 1136 mpValue->mpFlag = mpFlag; in PropertyEntry() 1146 delete mpValue; in ~PropertyEntry() 1269 Add( propEntry->mpValue->getWindow(), true, false ); in addProperties() 1270 Add( propEntry->mpValue->getContainer(), true, false ); in addProperties()
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8Sttbf.cxx | 114 : mnId(nId), mpValue(pValue) in WW8StringProperty() 124 rProperties.attribute(mnId, *mpValue); in resolve()
|
H A D | WW8Sttbf.hxx | 116 WW8StringValue::Pointer_t mpValue; member in writerfilter::doctok::WW8StringProperty
|
Completed in 90 milliseconds