Home
last modified time | relevance | path

Searched refs:rParameter (Results 1 – 19 of 19) sorted by relevance

/trunk/main/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx109 bool ChartTypeParameter::mapsToSameService( const ChartTypeParameter& rParameter ) const in mapsToSameService()
111 return this->mapsToSimilarService( rParameter, 0 ); in mapsToSameService()
113 bool ChartTypeParameter::mapsToSimilarService( const ChartTypeParameter& rParameter, sal_Int32 nThe… in mapsToSimilarService() argument
118 if( this->bXAxisWithValues!=rParameter.bXAxisWithValues ) in mapsToSimilarService()
120 if( this->b3DLook!=rParameter.b3DLook ) in mapsToSimilarService()
122 if( this->eStackMode!=rParameter.eStackMode ) in mapsToSimilarService()
124 if( this->nSubTypeIndex!=rParameter.nSubTypeIndex ) in mapsToSimilarService()
126 if( this->bSymbols!=rParameter.bSymbols ) in mapsToSimilarService()
128 if( this->bLines!=rParameter.bLines ) in mapsToSimilarService()
196 void ChartTypeDialogController::adjustParameterToSubType( ChartTypeParameter& rParameter ) in adjustParameterToSubType() argument
[all …]
H A Dtp_ChartType.cxx103 void fillControls( const ChartTypeParameter& rParameter );
104 void fillParameter( ChartTypeParameter& rParameter );
136 void AxisTypeResourceGroup::fillControls( const ChartTypeParameter& rParameter ) in fillControls() argument
138 m_aCB_XAxis_Categories.Check(!rParameter.bXAxisWithValues); in fillControls()
140 void AxisTypeResourceGroup::fillParameter( ChartTypeParameter& rParameter ) in fillParameter() argument
142 rParameter.bXAxisWithValues = !m_aCB_XAxis_Categories.IsChecked(); in fillParameter()
165 void fillControls( const ChartTypeParameter& rParameter );
166 void fillParameter( ChartTypeParameter& rParameter );
214 void Dim3DLookResourceGroup::fillControls( const ChartTypeParameter& rParameter ) in fillControls() argument
216 m_aCB_3DLook.Check(rParameter.b3DLook); in fillControls()
[all …]
H A DChartTypeDialogController.hxx72 bool mapsToSameService( const ChartTypeParameter& rParameter ) const;
73 …bool mapsToSimilarService( const ChartTypeParameter& rParameter, sal_Int32 nTheHigherTheLess ) con…
105 …lSubTypeList( ValueSet& rSubTypeList, bool bIsHighContrast, const ChartTypeParameter& rParameter );
117 virtual void fillExtraControls( const ChartTypeParameter& rParameter
125 …virtual void adjustSubTypeAndEnableControls( ChartTypeParameter& rParameter );//if …
126 virtual void adjustParameterToSubType( ChartTypeParameter& rParameter );
127 virtual void adjustParameterToMainType( ChartTypeParameter& rParameter );
128 …virtual rtl::OUString getServiceNameForParameter( const ChartTypeParameter& rParameter ) con…
129 virtual bool commitToModel( const ChartTypeParameter& rParameter
132 …m::sun::star::chart2::XChartTypeTemplate > getCurrentTemplate( const ChartTypeParameter& rParameter
[all …]
H A Dtp_ChartType.hxx80 void fillAllControls( const ChartTypeParameter& rParameter, bool bAlsoResetSubTypeList=true );
85 void commitToModel( const ChartTypeParameter& rParameter );
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx76 …hape2d::SetEnhancedCustomShapeParameter( EnhancedCustomShapeParameter& rParameter, const sal_Int32… in SetEnhancedCustomShapeParameter() argument
85 rParameter.Type = EnhancedCustomShapeParameterType::EQUATION; in SetEnhancedCustomShapeParameter()
88 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeParameter()
89 rParameter.Value <<= nNewValue; in SetEnhancedCustomShapeParameter()
338 void EnhancedCustomShape2d::AppendEnhancedCustomShapeEquationParameter( rtl::OUString& rParameter, … in AppendEnhancedCustomShapeEquationParameter() argument
344 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "?" ) ); in AppendEnhancedCustomShapeEquationParameter()
345 rParameter += rtl::OUString::valueOf( (sal_Int32)( nPara & 0xff ) ); in AppendEnhancedCustomShapeEquationParameter()
346 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( " " ) ); in AppendEnhancedCustomShapeEquationParameter()
363 rParameter += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "$" ) ); in AppendEnhancedCustomShapeEquationParameter()
364rParameter += rtl::OUString::valueOf( (sal_Int32)( nPara - DFF_Prop_adjustValue ) ); in AppendEnhancedCustomShapeEquationParameter()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx217 sal_Bool GetNextParameter( com::sun::star::drawing::EnhancedCustomShapeParameter& rParameter, sal_I… in GetNextParameter() argument
226 rParameter.Type = com::sun::star::drawing::EnhancedCustomShapeParameterType::NORMAL; in GetNextParameter()
229 rParameter.Type = com::sun::star::drawing::EnhancedCustomShapeParameterType::ADJUSTMENT; in GetNextParameter()
241 rParameter.Type = com::sun::star::drawing::EnhancedCustomShapeParameterType::EQUATION; in GetNextParameter()
242 rParameter.Value <<= aEquationName; in GetNextParameter()
251 rParameter.Type = com::sun::star::drawing::EnhancedCustomShapeParameterType::LEFT; in GetNextParameter()
256 rParameter.Type = com::sun::star::drawing::EnhancedCustomShapeParameterType::TOP; in GetNextParameter()
261 rParameter.Type = com::sun::star::drawing::EnhancedCustomShapeParameterType::RIGHT; in GetNextParameter()
266 rParameter.Type = com::sun::star::drawing::EnhancedCustomShapeParameterType::BOTTOM; in GetNextParameter()
271 rParameter.Type = com::sun::star::drawing::EnhancedCustomShapeParameterType::XSTRETCH; in GetNextParameter()
[all …]
H A Dshapeexport4.cxx90 …StringBuffer& rStrBuffer, const com::sun::star::drawing::EnhancedCustomShapeParameter& rParameter ) in ExportParameter() argument
94 if ( rParameter.Value.getValueTypeClass() == uno::TypeClass_DOUBLE ) in ExportParameter()
97 rParameter.Value >>= fNumber; in ExportParameter()
103 rParameter.Value >>= nValue; in ExportParameter()
105 switch( rParameter.Type ) in ExportParameter()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx204 … AppendEnhancedCustomShapeEquationParameter( rtl::OUString& rParameter, const sal_Int32…
207rParameter, const sal_Int16 nPara, const sal_Bool bIsSpecialValue );
209 rParameter, const sal_Int32 nValue );
211rParameter, const sal_Int32 nPara, const sal_Bool bIsSpecialValue, sal_Bool bHorz );
/trunk/main/l10ntools/source/
H A Dlocalize.cxx146 const ByteString &rParameter
153 const ByteString &rParameter,
264 const ByteString &rParameter ) in WorkOnFile() argument
306 sCommand += rParameter; in WorkOnFile()
417 const ByteString &rExecutable, const ByteString &rParameter, in WorkOnFileType() argument
442 WorkOnFile( sFile, rExecutable, rParameter ); in WorkOnFileType()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx94 rtl::OUString GetFormulaParameter( const EnhancedCustomShapeParameter& rParameter ) in GetFormulaParameter() argument
97 switch( rParameter.Type ) in GetFormulaParameter()
101 if ( rParameter.Value.getValueTypeClass() == TypeClass_DOUBLE ) in GetFormulaParameter()
104 if ( rParameter.Value >>= fValue ) in GetFormulaParameter()
110 if ( rParameter.Value >>= nValue ) in GetFormulaParameter()
117 if ( rParameter.Value.getValueTypeClass() == TypeClass_LONG ) in GetFormulaParameter()
120 if ( rParameter.Value >>= nFormulaIndex ) in GetFormulaParameter()
135 if ( rParameter.Value.getValueTypeClass() == TypeClass_LONG ) in GetFormulaParameter()
138 if ( rParameter.Value >>= nAdjustmentIndex ) in GetFormulaParameter()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx76 void MacabPreparedStatement::getNextParameter(::rtl::OUString &rParameter) const throw(SQLException) in getNextParameter()
87 rParameter = (m_aParameterRow->get())[m_nParameterIndex]; in getNextParameter()
H A DMacabStatement.hxx99 …virtual void getNextParameter(::rtl::OUString &rParameter) const throw(::com::sun::star::sdbc::SQL…
H A DMacabPreparedStatement.hxx65 …virtual void getNextParameter(::rtl::OUString &rParameter) const throw(::com::sun::star::sdbc::SQL…
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx858 const OUString& rAbsShortcut, const OUString& rDescription, const OUString& rParameter ) in CreateShortcut() argument
876 if( rParameter.getLength() ) in CreateShortcut()
877 … psl->SetArguments( OUStringToOString(rParameter, osl_getThreadTextEncoding()).getStr() ); in CreateShortcut()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1043 sal_uInt32 nResId, const String& rParameter ) in CreateFrameDialog() argument
1049 bool bActivateLastSelection = ( nResId != SID_OPTIONS_DATABASES && rParameter.Len() == 0 ); in CreateFrameDialog()
1053 else if ( rParameter.Len() > 0 ) in CreateFrameDialog()
1054 pOptDlg->ActivatePage( rParameter ); in CreateFrameDialog()
H A Ddlgfact.hxx602 …Reference< com::sun::star::frame::XFrame >& rxFrame, sal_uInt32 nResId, const String& rParameter );
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2449 …cedCustomShapeParameter( const ::com::sun::star::drawing::EnhancedCustomShapeParameter& rParameter, in GetValueForEnhancedCustomShapeParameter() argument
2453 if ( rParameter.Value.getValueTypeClass() == uno::TypeClass_DOUBLE ) in GetValueForEnhancedCustomShapeParameter()
2456 if ( rParameter.Value >>= fValue ) in GetValueForEnhancedCustomShapeParameter()
2460 rParameter.Value >>= nValue; in GetValueForEnhancedCustomShapeParameter()
2462 switch( rParameter.Type ) in GetValueForEnhancedCustomShapeParameter()
2498 …er( sal_Int32& nRetValue, const com::sun::star::drawing::EnhancedCustomShapeParameter& rParameter ) in GetValueForEnhancedCustomShapeHandleParameter() argument
2502 if ( rParameter.Value.getValueTypeClass() == uno::TypeClass_DOUBLE ) in GetValueForEnhancedCustomShapeHandleParameter()
2505 if ( rParameter.Value >>= fValue ) in GetValueForEnhancedCustomShapeHandleParameter()
2509 rParameter.Value >>= nRetValue; in GetValueForEnhancedCustomShapeHandleParameter()
2511 switch( rParameter.Type ) in GetValueForEnhancedCustomShapeHandleParameter()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxdlg.hxx117 …erence< com::sun::star::frame::XFrame >& rFrame, sal_uInt32 nResId, const String& rParameter ) = 0;
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1242 …cedCustomShapeParameter( const ::com::sun::star::drawing::EnhancedCustomShapeParameter& rParameter,