Searched refs:aTitleProp (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/odk/examples/DevelopersGuide/Charts/ |
H A D | ChartInCalc.java | 313 … XPropertySet aTitleProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, aTitle ); in testTitle() local 316 if( aTitleProp != null ) in testTitle() 318 aTitleProp.setPropertyValue( "String", "Random Scatter Chart" ); in testTitle() 319 aTitleProp.setPropertyValue( "CharHeight", new Float(14.0) ); in testTitle()
|
H A D | ChartInDraw.java | 181 … XPropertySet aTitleProp = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, aTitle ); in testTitle() local 184 if( aTitleProp != null ) in testTitle() 186 aTitleProp.setPropertyValue( "String", "Bar Chart in a Draw Document" ); in testTitle()
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | converterbase.cxx | 97 PropertySet aTitleProp( mxTitle ); in convertTitlePos() local 98 aTitleProp.getProperty( fAngle, PROP_TextRotation ); in convertTitlePos()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 1751 OUString aTitleProp( RTL_CONSTASCII_USTRINGPARAM( TITLE ) ); in renameGroup() local 1755 return setProperty( aGroup, aTitleProp, aTitleValue ); in renameGroup() 2212 OUString aTitleProp( RTL_CONSTASCII_USTRINGPARAM( TITLE ) ); in renameTemplate() local 2216 return setProperty( aTemplate, aTitleProp, aTitleValue ); in renameTemplate()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 1221 ScfPropertySet aTitleProp( xTitle ); in ConvertTitle() local 1222 mxFrame = lclCreateFrame( GetChRoot(), aTitleProp, EXC_CHOBJTYPE_TEXT ); in ConvertTitle() 1230 ConvertRotationBase( GetChRoot(), aTitleProp, true ); in ConvertTitle() 1237 …if( aTitleProp.GetAnyProperty( aRelPos, EXC_CHPROP_RELATIVEPOSITION ) && aRelPos.has< RelativePosi… in ConvertTitle()
|
H A D | xichart.cxx | 1154 ScfPropertySet aTitleProp( xTitle ); in CreateTitle() local 1155 ConvertFrame( aTitleProp ); in CreateTitle() 1156 ConvertRotation( aTitleProp, true ); in CreateTitle()
|
Completed in 90 milliseconds