| /trunk/main/chart2/source/model/template/ |
| H A D | ChartTypeManager.cxx | 266 xResult.set( 0 ); in createInstance() 276 xTemplate.set( new LineChartTypeTemplate( m_xContext, aServiceSpecifier, in createInstance() 280 xTemplate.set( new LineChartTypeTemplate( m_xContext, aServiceSpecifier, in createInstance() 284 xTemplate.set( new LineChartTypeTemplate( m_xContext, aServiceSpecifier, in createInstance() 289 xTemplate.set( new LineChartTypeTemplate( m_xContext, aServiceSpecifier, in createInstance() 293 xTemplate.set( new LineChartTypeTemplate( m_xContext, aServiceSpecifier, in createInstance() 297 xTemplate.set( new LineChartTypeTemplate( m_xContext, aServiceSpecifier, in createInstance() 301 xTemplate.set( new LineChartTypeTemplate( m_xContext, aServiceSpecifier, in createInstance() 305 xTemplate.set( new LineChartTypeTemplate( m_xContext, aServiceSpecifier, in createInstance() 309 xTemplate.set( new LineChartTypeTemplate( m_xContext, aServiceSpecifier, in createInstance() [all …]
|
| /trunk/main/basegfx/test/ |
| H A D | basegfx2d.cxx | 531 maIdentity.set(0,0, 1.0); in SetUp() 532 maIdentity.set(0,1, 0.0); in SetUp() 533 maIdentity.set(0,2, 0.0); in SetUp() 534 maIdentity.set(1,0, 0.0); in SetUp() 535 maIdentity.set(1,1, 1.0); in SetUp() 536 maIdentity.set(1,2, 0.0); in SetUp() 539 maScale.set(0,0, 2.0); in SetUp() 540 maScale.set(1,1, 20.0); in SetUp() 543 maTranslate.set(0,2, 20.0); in SetUp() 544 maTranslate.set(1,2, 2.0); in SetUp() [all …]
|
| /trunk/main/basegfx/source/matrix/ |
| H A D | b3dhommatrix.cxx | 69 void B3DHomMatrix::set(sal_uInt16 nRow, sal_uInt16 nColumn, double fValue) in set() function in basegfx::B3DHomMatrix 71 mpImpl->set(nRow, nColumn, fValue); in set() 204 aRotMatX.set(1, 1, fCos); in rotate() 205 aRotMatX.set(2, 2, fCos); in rotate() 206 aRotMatX.set(2, 1, fSin); in rotate() 207 aRotMatX.set(1, 2, -fSin); in rotate() 218 aRotMatY.set(0, 0, fCos); in rotate() 219 aRotMatY.set(2, 2, fCos); in rotate() 220 aRotMatY.set(0, 2, fSin); in rotate() 221 aRotMatY.set(2, 0, -fSin); in rotate() [all …]
|
| H A D | b2dhommatrix.cxx | 58 mpImpl->set(0, 0, f_0x0); in B2DHomMatrix() 59 mpImpl->set(0, 1, f_0x1); in B2DHomMatrix() 60 mpImpl->set(0, 2, f_0x2); in B2DHomMatrix() 61 mpImpl->set(1, 0, f_1x0); in B2DHomMatrix() 62 mpImpl->set(1, 1, f_1x1); in B2DHomMatrix() 63 mpImpl->set(1, 2, f_1x2); in B2DHomMatrix() 82 void B2DHomMatrix::set(sal_uInt16 nRow, sal_uInt16 nColumn, double fValue) in set() function in basegfx::B2DHomMatrix 84 mpImpl->set(nRow, nColumn, fValue); in set() 89 mpImpl->set(0, 0, f_0x0); in set3x2() 90 mpImpl->set(0, 1, f_0x1); in set3x2() [all …]
|
| /trunk/main/odk/ |
| H A D | setsdkenv_windows.template | 26 REM Example: @set "OO_SDK_NAME=openoffice4.0_sdk" 27 @set "OO_SDK_NAME=<your_input_here>" 30 REM Example: @set "OO_SDK_HOME=C:\Program Files\OpenOffice\4\sdk" 31 @set "OO_SDK_HOME=<your_input_here>" 34 REM Example: @set "OFFICE_HOME=C:\Program Files\OpenOffice 4" 35 @set "OFFICE_HOME=<your_input_here>" 38 REM Example: @set "OO_SDK_MAKE_HOME=C:\UnxUtils\usr\local\wbin" 39 @set "OO_SDK_MAKE_HOME=<your_input_here>" 42 REM Example: @set "OO_SDK_ZIP_HOME=C:\UnxUtils\usr\local\wbin" 43 @set "OO_SDK_ZIP_HOME=<your_input_here>" [all …]
|
| /trunk/main/offapi/com/sun/star/report/ |
| H A D | XReportControlFormat.idl | 47 set raises ( com::sun::star::beans::UnknownPropertyException ); 51 /** determines if the back ground color is set to transparent. 55 set raises ( com::sun::star::beans::UnknownPropertyException ); 64 set raises ( com::sun::star::beans::UnknownPropertyException ); 74 set raises ( com::sun::star::beans::UnknownPropertyException ); 82 set raises ( com::sun::star::beans::UnknownPropertyException ); 90 set raises ( com::sun::star::beans::UnknownPropertyException ); 101 set raises ( com::sun::star::beans::UnknownPropertyException ); 109 set raises ( com::sun::star::beans::UnknownPropertyException ); 118 set raises ( com::sun::star::beans::UnknownPropertyException ); [all …]
|
| /trunk/main/svx/source/engine3d/ |
| H A D | camera3d.cxx | 199 aTemp.set(1, 1, fCos); in SetBankAngle() 200 aTemp.set(2, 2, fCos); in SetBankAngle() 201 aTemp.set(2, 1, fSin); in SetBankAngle() 202 aTemp.set(1, 2, -fSin); in SetBankAngle() 212 aTemp.set(0, 0, fCos); in SetBankAngle() 213 aTemp.set(2, 2, fCos); in SetBankAngle() 214 aTemp.set(0, 2, fSin); in SetBankAngle() 215 aTemp.set(2, 0, -fSin); in SetBankAngle() 227 aTemp.set(0, 0, fCos); in SetBankAngle() 228 aTemp.set(2, 2, fCos); in SetBankAngle() [all …]
|
| /trunk/main/writerfilter/documentation/doxygen/ |
| H A D | Doxyfile | 55 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 86 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 93 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 95 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 112 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 118 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 125 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 126 # path before files name in the file list and in the header files. If set 131 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 149 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter [all …]
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | servuno.cxx | 392 xRet.set((sheet::XSpreadsheet*)new ScTableSheetObj(NULL,0)); in MakeInstance() 395 xRet.set((text::XTextField*)new ScCellFieldObj( NULL, ScAddress(), ESelection() )); in MakeInstance() 404 xRet.set((text::XTextField*)new ScHeaderFieldObj( NULL, 0, nType, ESelection() )); in MakeInstance() 407 xRet.set((style::XStyle*)new ScStyleObj( NULL, SFX_STYLE_FAMILY_PARA, String() )); in MakeInstance() 410 xRet.set((style::XStyle*)new ScStyleObj( NULL, SFX_STYLE_FAMILY_PAGE, String() )); in MakeInstance() 413 xRet.set((container::XIndexAccess*)new ScAutoFormatObj( SC_AFMTOBJ_INVALID )); in MakeInstance() 419 xRet.set((sheet::XSheetCellRanges*)new ScCellRangesObj( pDocShell, ScRangeList() )); in MakeInstance() 424 xRet.set((beans::XPropertySet*)new ScDocDefaultsObj( pDocShell )); in MakeInstance() 428 xRet.set((beans::XPropertySet*)new ScDrawDefaultsObj( pDocShell )); in MakeInstance() 437 xRet.set(SvxUnoGradientTable_createInstance( pDocShell->MakeDrawLayer() )); in MakeInstance() [all …]
|
| /trunk/main/setup_native/scripts/ |
| H A D | osx_install_languagepack.applescript | 31 set OKLabel to "[OKLabel]" 32 set InstallLabel to "[InstallLabel]" 33 set AbortLabel to "[AbortLabel]" 34 set intro to "[IntroText1] 39 set chooseMyOwn to "[ChooseMyOwnText]" 40 set listPrompt to "[ListPromptText]" 41 set chooseManual to "[ChooseManualText]" 42 set listOKLabel to "[ListOKLabelText]" 43 set listCancelLabel to "[ListCancelLabel]" 44 set appInvalid to "[AppInvalidText1] [all …]
|
| H A D | osx_install_patch.applescript | 31 set OKLabel to "[OKLabel]" 32 set InstallLabel to "[InstallLabel]" 33 set AbortLabel to "[AbortLabel]" 34 set intro to "[IntroText1] 39 set chooseMyOwn to "[ChooseMyOwnText]" 40 set listPrompt to "[ListPromptText]" 41 set chooseManual to "[ChooseManualText]" 42 set listOKLabel to "[ListOKLabelText]" 43 set listCancelLabel to "[ListCancelLabel]" 44 set appInvalid to "[AppInvalidText1] [all …]
|
| /trunk/main/solenv/doc/gbuild/ |
| H A D | doxygen.cfg | 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 85 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 92 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 94 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 111 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 117 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 124 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 125 # path before files name in the file list and in the header files. If set 130 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 148 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter [all …]
|
| /trunk/main/cppu/inc/com/sun/star/uno/ |
| H A D | Reference.hxx | 221 inline sal_Bool Reference< interface_type >::set( in set() function in com::sun::star::uno::Reference 234 inline sal_Bool Reference< interface_type >::set( in set() function in com::sun::star::uno::Reference 245 inline sal_Bool Reference< interface_type >::set( in set() function in com::sun::star::uno::Reference 248 return set( pInterface, SAL_NO_ACQUIRE ); in set() 253 inline sal_Bool Reference< interface_type >::set( in set() function in com::sun::star::uno::Reference 256 return set( castFromXInterface( rRef._pInterface ) ); in set() 260 inline sal_Bool Reference< interface_type >::set( in set() function in com::sun::star::uno::Reference 263 return set( castFromXInterface(iquery( pInterface )), SAL_NO_ACQUIRE ); in set() 267 inline sal_Bool Reference< interface_type >::set( in set() function in com::sun::star::uno::Reference 270 return set( castFromXInterface(iquery( rRef.get() )), SAL_NO_ACQUIRE ); in set() [all …]
|
| /trunk/main/unotools/inc/unotools/ |
| H A D | sharedunocomponent.hxx | 178 set( _pInterface, _queryThrow ); in SharedUNOComponent() 183 set( _rRef, _queryThrow ); in SharedUNOComponent() 188 set( _rAny, _queryThrow ); in SharedUNOComponent() 193 set( _rxComponent, _setThrow ); in SharedUNOComponent() 209 …inline bool set( ::com::sun::star::uno::XInterface* _pInterface, ::com::sun::star::uno::UnoReferen… 210 …inline bool set( const ::com::sun::star::uno::BaseReference& _rRef, ::com::sun::star::uno::UnoRefe… 211 …inline bool set( const ::com::sun::star::uno::Any& _rAny, ::com::sun::star::uno::UnoReference_Quer… 214 …inline void set( const ::com::sun::star::uno::XInterface* _pInterface, ::com::sun::star::uno::UnoR… 215 …inline void set( const ::com::sun::star::uno::BaseReference & _rRef, ::com::sun::star::uno::UnoRef… 216 …inline void set( const ::com::sun::star::uno::Any& _rAny, ::com::sun::star::uno::UnoReference_Quer… [all …]
|
| /trunk/main/basegfx/source/tools/ |
| H A D | canvastools.cxx | 161 xRes.set( xGraphicDevice->createCompatibleBezierPolyPolygon( outputSequence ), in xPolyPolygonFromB2DPolygon() 169 xRes.set( xGraphicDevice->createCompatibleLinePolyPolygon( outputSequence ), in xPolyPolygonFromB2DPolygon() 194 xRes.set( xGraphicDevice->createCompatibleBezierPolyPolygon( in xPolyPolygonFromB2DPolyPolygon() 200 xRes.set( xGraphicDevice->createCompatibleLinePolyPolygon( in xPolyPolygonFromB2DPolyPolygon() 353 output.set(0,0, input.m00); in homMatrixFromAffineMatrix() 354 output.set(0,1, input.m01); in homMatrixFromAffineMatrix() 355 output.set(0,2, input.m02); in homMatrixFromAffineMatrix() 356 output.set(1,0, input.m10); in homMatrixFromAffineMatrix() 357 output.set(1,1, input.m11); in homMatrixFromAffineMatrix() 358 output.set(1,2, input.m12); in homMatrixFromAffineMatrix() [all …]
|
| /trunk/main/reportdesign/source/core/inc/ |
| H A D | ReportHelperImpl.hxx | 34 set(PROPERTY_NAME,_name,(arg).m_sName); \ 92 set(PROPERTY_PRINTREPEATEDVALUES,_printrepeatedvalues,(arg).m_bPrintRepeatedValues); \ 103 set(PROPERTY_CONTROLBORDER,_border,(arg).m_nBorder); \ 112 set(PROPERTY_CONTROLBORDERCOLOR,_bordercolor,(arg).m_nBorderColor); \ 124 set(PROPERTY_MASTERFIELDS,_masterfields,(arg).m_aMasterFields); \ 134 set(PROPERTY_DETAILFIELDS,_detailfields,(arg).m_aDetailFields); \ 168 set(PROPERTY_CONTROLBACKGROUND,_backgroundcolor,varName.nBackgroundColor);\ 179 …set(PROPERTY_CONTROLBACKGROUNDTRANSPARENT,_controlbackgroundtransparent,varName.m_bBackgroundTrans… 181 … set(PROPERTY_CONTROLBACKGROUND,static_cast<sal_Int32>(COL_TRANSPARENT),varName.nBackgroundColor);\ 193 set(PROPERTY_CHARSTRIKEOUT,the_value,varName.aFontDescriptor.Strikeout); \ [all …]
|
| /trunk/main/oox/source/ppt/ |
| H A D | timenodelistcontext.cxx | 164 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 171 xRet.set( this ); in createFastChildContext() 230 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 234 xRet.set( new AnimVariantContext( *this, aElementToken, maTo ) ); in createFastChildContext() 241 xRet.set( this ); in createFastChildContext() 359 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 366 xRet.set( this ); in createFastChildContext() 412 xRet.set( new CommonTimeNodeContext( *this, aElementToken, xAttribs, mpNode ) ); in createFastChildContext() 415 xRet.set( new CondListContext( *this, aElementToken, xAttribs, mpNode, in createFastChildContext() 419 xRet.set( new CondListContext( *this, aElementToken, xAttribs, mpNode, in createFastChildContext() [all …]
|
| /trunk/main/offapi/com/sun/star/drawing/ |
| H A D | FillProperties.idl | 61 /** This is a set of properties to describe the style for rendering an area. 71 /** If the property <member>FillStyle</member> is set to <const> 80 </member> is set to <const>FillStyle::SOLID</const>. 86 used transparence gradient style or it is empty. If you set the name 99 /** If the property <member>FillStyle</member> is set to <const> 106 /** If the property <member>FillStyle</member> is set to <const> 112 /** If the property <member>FillStyle</member> is set to <const> 119 /** If the property <member>FillStyle</member> is set to <const> 131 /** If the property <member>FillStyle</member> is set to <const> 138 /** If the property <member>FillStyle</member> is set to <const> [all …]
|
| /trunk/main/chart2/source/controller/main/ |
| H A D | CommandDispatchContainer.cxx | 76 const ::std::set< OUString > & rChartCommands ) in setChartDispatch() 79 m_xChartDispatcher.set( xChartDispatch ); in setChartDispatch() 91 xResult.set( (*aIt).second ); in getDispatchForURL() 101 xResult.set( pDispatch ); in getDispatchForURL() 103 m_aCachedDispatches[ C2U(".uno:Undo") ].set( xResult ); in getDispatchForURL() 104 m_aCachedDispatches[ C2U(".uno:Redo") ].set( xResult ); in getDispatchForURL() 112 xResult.set( pDispatch ); in getDispatchForURL() 114 m_aCachedDispatches[ C2U(".uno:Context") ].set( xResult ); in getDispatchForURL() 115 m_aCachedDispatches[ C2U(".uno:ModifiedStatus") ].set( xResult ); in getDispatchForURL() 121 xResult.set( getContainerDispatchForURL( xModel->getCurrentController(), rURL )); in getDispatchForURL() [all …]
|
| /trunk/main/drawinglayer/source/primitive2d/ |
| H A D | texteffectprimitive2d.cxx | 145 aTransform.set(0, 2, aDistance.getX()); in create2DDecomposition() 146 aTransform.set(1, 2, 0.0); in create2DDecomposition() 149 aTransform.set(0, 2, aDiagonalDistance.getX()); in create2DDecomposition() 150 aTransform.set(1, 2, aDiagonalDistance.getY()); in create2DDecomposition() 153 aTransform.set(0, 2, 0.0); in create2DDecomposition() 154 aTransform.set(1, 2, aDistance.getY()); in create2DDecomposition() 157 aTransform.set(0, 2, -aDiagonalDistance.getX()); in create2DDecomposition() 158 aTransform.set(1, 2, aDiagonalDistance.getY()); in create2DDecomposition() 161 aTransform.set(0, 2, -aDistance.getX()); in create2DDecomposition() 162 aTransform.set(1, 2, 0.0); in create2DDecomposition() [all …]
|
| /trunk/main/tools/source/generic/ |
| H A D | b3dtrans.cxx | 56 aTemp.set(0, 0, aRx.getX()); in Orientation() 57 aTemp.set(0, 1, aRx.getY()); in Orientation() 58 aTemp.set(0, 2, aRx.getZ()); in Orientation() 59 aTemp.set(1, 0, aRy.getX()); in Orientation() 60 aTemp.set(1, 1, aRy.getY()); in Orientation() 61 aTemp.set(1, 2, aRy.getZ()); in Orientation() 62 aTemp.set(2, 0, aVPN.getX()); in Orientation() 63 aTemp.set(2, 1, aVPN.getY()); in Orientation() 64 aTemp.set(2, 2, aVPN.getZ()); in Orientation() 94 aTemp.set(0, 0, 2.0 * fNear / (fRight - fLeft)); in Frustum() [all …]
|
| /trunk/main/chart2/source/tools/ |
| H A D | CommonConverters.cxx | 75 aM.set(0, 0, rHM.Line1.Column1); in HomogenMatrixToB3DHomMatrix() 76 aM.set(0, 1, rHM.Line1.Column2); in HomogenMatrixToB3DHomMatrix() 77 aM.set(0, 2, rHM.Line1.Column3); in HomogenMatrixToB3DHomMatrix() 78 aM.set(0, 3, rHM.Line1.Column4); in HomogenMatrixToB3DHomMatrix() 79 aM.set(1, 0, rHM.Line2.Column1); in HomogenMatrixToB3DHomMatrix() 80 aM.set(1, 1, rHM.Line2.Column2); in HomogenMatrixToB3DHomMatrix() 81 aM.set(1, 2, rHM.Line2.Column3); in HomogenMatrixToB3DHomMatrix() 82 aM.set(1, 3, rHM.Line2.Column4); in HomogenMatrixToB3DHomMatrix() 83 aM.set(2, 0, rHM.Line3.Column1); in HomogenMatrixToB3DHomMatrix() 84 aM.set(2, 1, rHM.Line3.Column2); in HomogenMatrixToB3DHomMatrix() [all …]
|
| H A D | BaseGFXHelper.cxx | 135 aResult.set( 0, 0, rHomogenMatrix.Line1.Column1 ); in HomogenMatrixToB3DHomMatrix() 136 aResult.set( 0, 1, rHomogenMatrix.Line1.Column2 ); in HomogenMatrixToB3DHomMatrix() 137 aResult.set( 0, 2, rHomogenMatrix.Line1.Column3 ); in HomogenMatrixToB3DHomMatrix() 138 aResult.set( 0, 3, rHomogenMatrix.Line1.Column4 ); in HomogenMatrixToB3DHomMatrix() 140 aResult.set( 1, 0, rHomogenMatrix.Line2.Column1 ); in HomogenMatrixToB3DHomMatrix() 141 aResult.set( 1, 1, rHomogenMatrix.Line2.Column2 ); in HomogenMatrixToB3DHomMatrix() 142 aResult.set( 1, 2, rHomogenMatrix.Line2.Column3 ); in HomogenMatrixToB3DHomMatrix() 143 aResult.set( 1, 3, rHomogenMatrix.Line2.Column4 ); in HomogenMatrixToB3DHomMatrix() 145 aResult.set( 2, 0, rHomogenMatrix.Line3.Column1 ); in HomogenMatrixToB3DHomMatrix() 146 aResult.set( 2, 1, rHomogenMatrix.Line3.Column2 ); in HomogenMatrixToB3DHomMatrix() [all …]
|
| /trunk/main/sc/qa/complex/sc/ |
| H A D | CalcRTL.java | 83 XPropertySet set = UnoRuntime.queryInterface( in checkSpreadsheetProperties() local 86 changeProperty(set, "IsVisible", Boolean.FALSE)); in checkSpreadsheetProperties() 88 changeProperty(set, "IsVisible", Boolean.TRUE)); in checkSpreadsheetProperties() 90 changeProperty(set, "PageStyle", "Report")); in checkSpreadsheetProperties() 92 changeProperty(set, "PageStyle", "Default")); in checkSpreadsheetProperties() 94 changeProperty(set, "TableLayout", in checkSpreadsheetProperties() 97 changeProperty(set, "TableLayout", in checkSpreadsheetProperties() 116 XPropertySet set = UnoRuntime.queryInterface( in checkShapeProperties() local 121 changeProperty(set, "Anchor", in checkShapeProperties() 129 changeProperty(set, "HoriOrientPosition", new Integer(1000))); in checkShapeProperties() [all …]
|
| /trunk/main/sw/qa/complex/accessibility/ |
| H A D | AccessibleRelationSet.java | 58 XAccessibleRelationSet set = getAccessibleRelation(para1); in contents_flows_to() local 62 if (set != null) { in contents_flows_to() 65 set.getRelationCount()); in contents_flows_to() 67 firstrelation = set.getRelation(0).RelationType; in contents_flows_to() 68 Object oTmp = set.getRelation(0).TargetSet[0]; in contents_flows_to() 87 XAccessibleRelationSet set = getAccessibleRelation(para2); in contents_flows_from() local 91 if (set != null) { in contents_flows_from() 94 set.getRelationCount()); in contents_flows_from() 96 short tmprelation = set.getRelation(0).RelationType; in contents_flows_from() 99 Object oTmp = set.getRelation(0).TargetSet[0]; in contents_flows_from() [all …]
|