/trunk/main/svx/source/unodraw/ |
H A D | unopool.cxx | 112 switch( pEntry->mnHandle ) in getAny() 134 …const SfxMapUnit eMapUnit = pPool ? pPool->GetMetric((sal_uInt16)pEntry->mnHandle) : SFX_MAPUNIT_1… in getAny() 143 …pPool->GetDefaultItem( pPool->GetWhich( (sal_uInt16)pEntry->mnHandle ) ).QueryValue( rValue, nMemb… in getAny() 149 const SfxMapUnit eMapUnit = pPool->GetMetric((sal_uInt16)pEntry->mnHandle); in getAny() 169 const SfxMapUnit eMapUnit = pPool->GetMetric((sal_uInt16)pEntry->mnHandle); in putAny() 178 const sal_uInt16 nWhich = pPool->GetWhich( (sal_uInt16)pEntry->mnHandle ); in putAny() 259 const sal_uInt16 nWhich = pPool->GetWhich( ((sal_uInt16)(*ppEntries)->mnHandle) ); in _getPropertyStates() 318 const sal_uInt16 nWhich = pPool->GetWhich( (sal_uInt16)pEntry->mnHandle ); in _setPropertyToDefault() 336 const sal_uInt16 nWhich = pPool->GetWhich( (sal_uInt16)pEntry->mnHandle ); in _getPropertyDefault()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unomod.cxx | 351 if ( rInfo.mnHandle != HANDLE_PRINTSET_ANNOTATION_MODE && in _setSingleValue() 352 rInfo.mnHandle != HANDLE_PRINTSET_FAX_NAME ) in _setSingleValue() 355 switch( rInfo.mnHandle ) in _setSingleValue() 505 switch( rInfo.mnHandle ) in _getSingleValue() 658 sal_Bool bVal = HANDLE_VIEWSET_ZOOM != rInfo.mnHandle ? in _setSingleValue() 661 switch( rInfo.mnHandle ) in _setSingleValue() 823 if( rInfo.mnHandle == HANDLE_VIEWSET_HORI_RULER_METRIC ) in _setSingleValue() 893 switch( rInfo.mnHandle ) in _getSingleValue()
|
H A D | SwXDocumentSettings.cxx | 303 switch( rInfo.mnHandle ) in _setSingleValue() 732 switch( rInfo.mnHandle ) in _getSingleValue()
|
/trunk/main/writerfilter/source/ooxml/ |
H A D | OOXMLParserState.cxx | 43 mnHandle(0), in OOXMLParserState() 106 snprintf(sBuffer, sizeof(sBuffer), "%d", mnHandle); in getHandle() 113 mnHandle = mnContexts; in setHandle()
|
H A D | OOXMLParserState.hxx | 49 unsigned int mnHandle; member in writerfilter::ooxml::OOXMLParserState
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unopool.cxx | 76 switch( pEntry->mnHandle ) in putAny() 86 (const sal_uInt16)pEntry->mnHandle ); in putAny()
|
H A D | UnoDocumentSettings.cxx | 268 switch( (*ppEntries)->mnHandle ) in _setPropertyValues() 909 switch( (*ppEntries)->mnHandle ) in _getPropertyValues()
|
/trunk/main/svx/source/form/ |
H A D | dataaccessdescriptor.cxx | 128 … DataAccessDescriptorProperty eProperty = (DataAccessDescriptorProperty)aPropPos->second->mnHandle; in buildFrom() 241 if ( nNeededHandle == loop->second->mnHandle ) in getPropertyMapEntry() 256 aReturn.Handle = pProperty->mnHandle; in buildPropertyValue()
|
/trunk/main/comphelper/source/property/ |
H A D | ChainablePropertySetInfo.cxx | 105 pProperties->Handle = pInfo->mnHandle; in getProperties() 126 aProperty.Handle = pInfo->mnHandle; in getPropertyByName()
|
H A D | propertysetinfo.cxx | 125 pProperties->Handle = pEntry->mnHandle; in getProperties() 151 return Property( aName, pEntry->mnHandle, *pEntry->mpType, pEntry->mnAttributes ); in getPropertyByName()
|
H A D | MasterPropertySetInfo.cxx | 132 pProperties->Handle = pInfo->mnHandle; in getProperties() 153 aProperty.Handle = pInfo->mnHandle; in getPropertyByName()
|
/trunk/main/svtools/source/graphic/ |
H A D | renderer.cxx | 241 switch( (*ppEntries)->mnHandle ) in _setPropertyValues() 293 switch( (*ppEntries)->mnHandle ) in _getPropertyValues()
|
H A D | descriptor.cxx | 367 switch( (*ppEntries)->mnHandle ) in _getPropertyValues()
|
/trunk/main/svx/source/unogallery/ |
H A D | unogalitem.cxx | 300 if( UNOGALLERY_TITLE == (*ppEntries)->mnHandle ) in _setPropertyValues() 345 switch( (*ppEntries)->mnHandle ) in _getPropertyValues()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 926 , mnHandle( nHand ) in SwFltBookmark() 946 , mnHandle( rCpy.mnHandle ) in SwFltBookmark() 956 && (mnHandle == ((SwFltBookmark&)rItem).mnHandle); in operator ==()
|
/trunk/main/starmath/source/ |
H A D | unomodel.cxx | 500 switch ( (*ppEntries)->mnHandle ) in _setPropertyValues() 779 switch ( (*ppEntries)->mnHandle ) in _getPropertyValues() 912 const bool bUsedSymbolsOnly = (*ppEntries)->mnHandle == HANDLE_USED_SYMBOLS; in _getPropertyValues()
|
/trunk/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 243 long mnHandle; member in SwFltBookmark 259 long GetHandle() const { return mnHandle; } in GetHandle()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | PropertyInfoHash.hxx | 36 sal_Int32 mnHandle; member
|
H A D | propertysetinfo.hxx | 45 sal_Int32 mnHandle; member
|
/trunk/main/svtools/source/uno/ |
H A D | unoimap.cxx | 453 switch( (*ppEntries)->mnHandle ) in _setPropertyValues() 503 switch( (*ppEntries)->mnHandle ) in _getPropertyValues()
|