| /trunk/main/chart2/source/controller/dialogs/ |
| H A D | ChartTypeDialogController.cxx | 109 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 D | tp_ChartType.cxx | 103 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 D | ChartTypeDialogController.hxx | 72 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 D | tp_ChartType.hxx | 80 void fillAllControls( const ChartTypeParameter& rParameter, bool bAlsoResetSubTypeList=true ); 85 void commitToModel( const ChartTypeParameter& rParameter );
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShape2d.cxx | 76 …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() 364 … rParameter += rtl::OUString::valueOf( (sal_Int32)( nPara - DFF_Prop_adjustValue ) ); in AppendEnhancedCustomShapeEquationParameter() [all …]
|
| /trunk/main/xmloff/source/draw/ |
| H A D | ximpcustomshape.cxx | 217 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 D | shapeexport4.cxx | 90 …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 D | EnhancedCustomShape2d.hxx | 204 … AppendEnhancedCustomShapeEquationParameter( rtl::OUString& rParameter, const sal_Int32… 207 … rParameter, const sal_Int16 nPara, const sal_Bool bIsSpecialValue ); 209 rParameter, const sal_Int32 nValue ); 211 … rParameter, const sal_Int32 nPara, const sal_Bool bIsSpecialValue, sal_Bool bHorz );
|
| /trunk/main/l10ntools/source/ |
| H A D | localize.cxx | 146 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 D | customshapegeometry.cxx | 94 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 D | MacabPreparedStatement.cxx | 76 void MacabPreparedStatement::getNextParameter(::rtl::OUString &rParameter) const throw(SQLException) in getNextParameter() 87 rParameter = (m_aParameterRow->get())[m_nParameterIndex]; in getNextParameter()
|
| H A D | MacabStatement.hxx | 99 …virtual void getNextParameter(::rtl::OUString &rParameter) const throw(::com::sun::star::sdbc::SQL…
|
| H A D | MacabPreparedStatement.hxx | 65 …virtual void getNextParameter(::rtl::OUString &rParameter) const throw(::com::sun::star::sdbc::SQL…
|
| /trunk/main/sfx2/source/appl/ |
| H A D | shutdowniconw32.cxx | 858 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 D | dlgfact.cxx | 1043 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 D | dlgfact.hxx | 602 …Reference< com::sun::star::frame::XFrame >& rxFrame, sal_uInt32 nResId, const String& rParameter );
|
| /trunk/main/filter/source/msfilter/ |
| H A D | escherex.cxx | 2449 …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 D | sfxdlg.hxx | 117 …erence< com::sun::star::frame::XFrame >& rFrame, sal_uInt32 nResId, const String& rParameter ) = 0;
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | escherex.hxx | 1242 …cedCustomShapeParameter( const ::com::sun::star::drawing::EnhancedCustomShapeParameter& rParameter,
|