Home
last modified time | relevance | path

Searched refs:nPropId (Results 1 – 25 of 75) sorted by path

123

/trunk/main/extensions/source/propctrlr/
H A Dbuttonnavigationhandler.cxx101 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyState() local
103 switch ( nPropId ) in getPropertyState()
130 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue() local
133 switch ( nPropId ) in getPropertyValue()
161 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue() local
162 switch ( nPropId ) in setPropertyValue()
224 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection() local
228 switch ( nPropId ) in onInteractivePropertySelection()
246 switch ( nPropId ) in actuatingPropertyChanged()
271 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine() local
[all …]
H A Dcellbindinghandler.cxx244 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue() local
250 switch ( nPropId ) in getPropertyValue()
290 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue() local
299 switch ( nPropId ) in setPropertyValue()
347 firePropertyChange( _rPropertyName, nPropId, aOldValue, aNewValue ); in setPropertyValue()
368 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue() local
372 switch( nPropId ) in convertToPropertyValue()
417 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToControlValue() local
419 switch ( nPropId ) in convertToControlValue()
H A Deditpropertyhandler.cxx92 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue() local
97 switch ( nPropId ) in getPropertyValue()
148 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue() local
152 switch ( nPropId ) in setPropertyValue()
H A Deformspropertyhandler.cxx117 switch ( nPropId ) in getPropertyValue()
181 switch ( nPropId ) in setPropertyValue()
339 switch ( nPropId ) in convertToPropertyValue()
374 switch ( nPropId ) in convertToControlValue()
432 switch ( nPropId ) in describePropertyLine()
496 (void)nPropId; in onInteractivePropertySelection()
497 OSL_ENSURE( ( PROPERTY_ID_BINDING_NAME == nPropId ) in onInteractivePropertySelection()
499 || ( PROPERTY_ID_XSD_REQUIRED == nPropId ) in onInteractivePropertySelection()
500 || ( PROPERTY_ID_XSD_RELEVANT == nPropId ) in onInteractivePropertySelection()
501 || ( PROPERTY_ID_XSD_READONLY == nPropId ) in onInteractivePropertySelection()
[all …]
H A Dformcomponenthandler.cxx340 else if ( PROPERTY_ID_FONT == nPropId ) in setPropertyValue()
527 switch ( nPropId ) in convertToPropertyValue()
653 switch ( nPropId ) in convertToControlValue()
868 PropertyId nPropId( 0 ); in doDescribeSupportedProperties() local
876 if ( nPropId == -1 ) in doDescribeSupportedProperties()
878 pProperty->Handle = nPropId; in doDescribeSupportedProperties()
899 switch ( nPropId ) in doDescribeSupportedProperties()
1018 switch ( nPropId ) in describePropertyLine()
1077 switch( nPropId ) in describePropertyLine()
1316 switch( nPropId ) in describePropertyLine()
[all …]
H A Dformgeometryhandler.cxx341 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue() local
349 switch ( nPropId ) in getPropertyValue()
390 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue() local
397 switch ( nPropId ) in setPropertyValue()
406 if ( nPropId == PROPERTY_ID_POSITIONX ) in setPropertyValue()
421 if ( nPropId == PROPERTY_ID_WIDTH ) in setPropertyValue()
458 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine() local
464 switch ( nPropId ) in describePropertyLine()
H A Dpropertyhandler.cxx155 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToPropertyValue() local
163 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_ENUM ) != 0 ) in convertToPropertyValue()
182 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToControlValue() local
184 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_ENUM ) != 0 ) in convertToControlValue()
213 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine() local
214 const Property& rProperty( impl_getPropertyFromId_throw( nPropId ) ); in describePropertyLine()
217 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_ENUM ) != 0 ) in describePropertyLine()
227 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
356 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in impl_getPropertyId_throw() local
357 if ( nPropId == -1 ) in impl_getPropertyId_throw()
[all …]
H A Dsubmissionhandler.cxx132 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue() local
140 switch ( nPropId ) in getPropertyValue()
181 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue() local
188 switch ( nPropId ) in setPropertyValue()
299 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine() local
300 switch ( nPropId ) in describePropertyLine()
322 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
367 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue() local
368 switch ( nPropId ) in convertToPropertyValue()
407 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToControlValue() local
[all …]
H A Dxsdvalidationpropertyhandler.cxx113 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue() local
120 switch ( nPropId ) in getPropertyValue()
143 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue() local
148 if ( PROPERTY_ID_XSD_DATA_TYPE == nPropId ) in setPropertyValue()
311 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine() local
314 if ( nPropId != PROPERTY_ID_XSD_DATA_TYPE ) in describePropertyLine()
323 switch ( nPropId ) in describePropertyLine()
430 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
431 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
447 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection() local
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1147 sal_uInt16 nPropId; member
/trunk/main/filter/source/msfilter/
H A Descherex.cxx223 …if ( ( pSortStruct[ i ].nPropId &~0xc000 ) == ( nPropID &~0xc000 ) ) // pruefen, ob Property nur e… in AddOpt()
225 pSortStruct[ i ].nPropId = nPropID; in AddOpt()
252 pSortStruct[ nSortCount ].nPropId = nPropID; // property einfuegen in AddOpt()
264 sal_Bool EscherPropertyContainer::GetOpt( sal_uInt16 nPropId, sal_uInt32& rPropValue ) const in GetOpt() argument
268 if ( GetOpt( nPropId, aPropStruct ) ) in GetOpt()
276 sal_Bool EscherPropertyContainer::GetOpt( sal_uInt16 nPropId, EscherPropSortStruct& rPropValue ) co… in GetOpt() argument
280 if ( ( pSortStruct[ i ].nPropId &~0xc000 ) == ( nPropId &~0xc000 ) ) in GetOpt()
301 sal_Int16 nID1 = ((EscherPropSortStruct*)p1)->nPropId &~0xc000; in EscherPropSortFunc()
302 sal_Int16 nID2 = ((EscherPropSortStruct*)p2)->nPropId &~0xc000; in EscherPropSortFunc()
323 sal_uInt16 nPropId = pSortStruct[ i ].nPropId; in Commit() local
[all …]
H A Dmsdffimp.cxx6260 sal_uInt16 nPropId; in GetShapeContainerData() local
6268 rSt >> nPropId in GetShapeContainerData()
6272 switch( nPropId ) in GetShapeContainerData()
6329 if( 0x4000 == ( nPropId & 0xC000 ) ) in GetShapeContainerData()
6334 else if( 0x8000 & nPropId ) in GetShapeContainerData()
/trunk/main/oox/inc/oox/drawingml/
H A Dshapepropertymap.hxx122 … bool setLineMarker( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
124 bool setLineDash( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
126 …bool setFillGradient( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
128 …bool setFillBitmapUrl( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue …
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx136 void dumpProperty( sal_Int32 nPropId, sal_uInt32 nStartPos );
140 sal_uInt16 dumpPropertyContents( sal_Int32 nPropId );
141 void dumpPropertyValue( sal_Int32 nPropId, sal_uInt16 nBaseType );
142 void dumpPropertyVector( sal_Int32 nPropId, sal_uInt16 nBaseType );
143 void dumpPropertyArray( sal_Int32 nPropId, sal_uInt16 nBaseType );
146 void dumpBlob( sal_Int32 nPropId, const String& rName );
156 void writePropertyHeader( sal_Int32 nPropId, sal_uInt32 nStartPos );
/trunk/main/oox/inc/oox/helper/
H A Dpropertymap.hxx60 static const ::rtl::OUString& getPropertyName( sal_Int32 nPropId );
63 inline bool hasProperty( sal_Int32 nPropId ) const in hasProperty()
64 { return find( nPropId ) != end(); } in hasProperty()
67 const ::com::sun::star::uno::Any* getProperty( sal_Int32 nPropId ) const;
71 … inline bool setAnyProperty( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue ) in setAnyProperty() argument
72 … { if( nPropId < 0 ) return false; (*this)[ nPropId ] = rValue; return true; } in setAnyProperty()
77 inline bool setProperty( sal_Int32 nPropId, const Type& rValue ) in setProperty() argument
78 … { if( nPropId < 0 ) return false; (*this)[ nPropId ] <<= rValue; return true; } in setProperty()
H A Dpropertyset.hxx83 bool hasProperty( sal_Int32 nPropId ) const;
89 ::com::sun::star::uno::Any getAnyProperty( sal_Int32 nPropId ) const;
94 inline bool getProperty( Type& orValue, sal_Int32 nPropId ) const in getProperty()
95 { return getAnyProperty( nPropId ) >>= orValue; } in getProperty()
99 inline bool getBoolProperty( sal_Int32 nPropId ) const in getBoolProperty()
100 … { bool bValue = false; return getProperty( bValue, nPropId ) && bValue; } in getBoolProperty()
112 … bool setAnyProperty( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
116 inline bool setProperty( sal_Int32 nPropId, const Type& rValue ) in setProperty() argument
117 … { return setAnyProperty( nPropId, ::com::sun::star::uno::Any( rValue ) ); } in setProperty()
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx214 sal_Int32 nPropId,
325 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
327 virtual void importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm );
444 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
455 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
477 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
478 virtual void importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm );
503 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
528 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
529 virtual void importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm );
[all …]
H A Dvbacontrol.hxx50 void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
H A Dvbaproject.hxx160 getLibraryContainer( sal_Int32 nPropId );
163 openLibrary( sal_Int32 nPropId, bool bCreateMissing );
/trunk/main/oox/inc/oox/xls/
H A Dpagesettings.hxx200 sal_Int32 nPropId,
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx1146 sal_Int32 nPropId = bPercentFormat ? PROP_PercentageNumberFormat : PROP_NumberFormat; in convertNumberFormat() local
1149 rPropSet.setAnyProperty( nPropId, Any() ); in convertNumberFormat()
1157 rPropSet.setProperty( nPropId, nIndex ); in convertNumberFormat()
/trunk/main/oox/source/drawingml/
H A Dshapepropertymap.cxx93 sal_Int32 nPropId = maShapePropInfo[ ePropId ]; in setAnyProperty() local
94 if( nPropId < 0 ) return false; in setAnyProperty()
101 return setLineMarker( nPropId, rValue ); in setAnyProperty()
104 return setLineDash( nPropId, rValue ); in setAnyProperty()
107 return setFillGradient( nPropId, rValue ); in setAnyProperty()
110 return setFillBitmapUrl( nPropId, rValue ); in setAnyProperty()
116 operator[]( nPropId ) = rValue; in setAnyProperty()
129 return setAnyProperty( nPropId, aNamedMarker.Value ); in setLineMarker()
143 return setAnyProperty( nPropId, rValue ); in setLineDash()
159 return setAnyProperty( nPropId, rValue ); in setFillGradient()
[all …]
/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx72 sal_Int32 nPropId ) in applyLineAttributes() argument
85 aPropSet.setProperty( nPropId, aBorderLine ); in applyLineAttributes()
/trunk/main/oox/source/dump/
H A Ddffdumper.cxx227 sal_uInt16 nPropId = dumpDffOptPropHeader(); in dumpDffOpt() local
228 sal_uInt16 nBaseId = nPropId & DFF_OPT_IDMASK; in dumpDffOpt()
232 if( getFlag( nPropId, DFF_OPT_COMPLEX ) ) in dumpDffOpt()
H A Doledumper.cxx415 sal_Int32 nPropId = dumpDec< sal_Int32 >( "id", mxPropIds ); in dumpSection() local
417 aPropMap[ nPropId ] = nPropPos; in dumpSection()
449 void OlePropertyStreamObject::dumpProperty( sal_Int32 nPropId, sal_uInt32 nStartPos ) in dumpProperty() argument
451 writePropertyHeader( nPropId, nStartPos ); in dumpProperty()
454 dumpPropertyContents( nPropId ); in dumpProperty()
499 sal_uInt16 OlePropertyStreamObject::dumpPropertyContents( sal_Int32 nPropId ) in dumpPropertyContents() argument
506 case OLEPROP_TYPE_SIMPLE: dumpPropertyValue( nPropId, nBaseType ); break; in dumpPropertyContents()
550 dumpPropertyValue( nPropId, nBaseType ); in dumpPropertyVector()
564 void OlePropertyStreamObject::dumpBlob( sal_Int32 nPropId, const String& rName ) in dumpBlob() argument
569 OUString aPropName = mxPropIds->getName( cfg(), nPropId ); in dumpBlob()
[all …]

Completed in 186 milliseconds

123