Home
last modified time | relevance | path

Searched refs:getPropertyValue (Results 51 – 75 of 1869) sorted by relevance

12345678910>>...75

/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.cxx133 mxPropertySet->getPropertyValue(VBA_MIN) >>= fNum; in setCrosses()
138 mxPropertySet->getPropertyValue(VBA_MAX) >>= fNum; in setCrosses()
160 mxPropertySet->getPropertyValue(AUTOORIGIN) >>= bisAutoOrigin; in getCrosses()
170 mxPropertySet->getPropertyValue(ORIGIN) >>= forigin; in getCrosses()
173 mxPropertySet->getPropertyValue(VBA_MIN) >>= fmin; in getCrosses()
211 mxPropertySet->getPropertyValue(ORIGIN) >>= fCrosses; in getCrossesAt()
306 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepHelp"))) >>= fMin… in getMinorUnit()
383 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("StepMain"))) >>= fMax; in getMajorUnit()
450 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Max" ))) >>= fMax; … in getMaximumScale()
484 …mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoMax" )) ) >>= bI… in getMaximumScaleIsAuto()
[all …]
H A Dvbaformat.cxx199 if ( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) in getHorizontalAlignment()
328 aWrap = mxPropertySet->getPropertyValue(aPropName); in getWrapText()
381 if ( ! (mxPropertySet->getPropertyValue( sPropName ) >>= nFormat ) ) in getNumberFormatLocal()
428 || !( mxPropertySet->getPropertyValue(sNumFormat) >>= nFormat ) ) in setNumberFormatLocal()
490 if ( !( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) ) in setIndentLevel()
537 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setLocked()
557 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setFormulaHidden()
589 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in getLocked()
622 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in getFormulaHidden()
658 aRet = mxPropertySet->getPropertyValue(sShrinkToFit); in getShrinkToFit()
[all …]
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx513 xProp->getPropertyValue(PROPERTY_TABLEFILTER) >>= aValue; in exportApplicationConnectionSettings()
555 xProp->getPropertyValue(PROPERTY_URL) >>= sValue; in exportConnectionData()
814 xProp->getPropertyValue(PROPERTY_USER) >>= sValue; in exportLogin()
862 _xProp->getPropertyValue(PROPERTY_PERSISTENT_NAME) >>= sValue; in exportComponent()
881 if ( getBOOL(_xProp->getPropertyValue(PROPERTY_APPLYFILTER)) ) in exportQuery()
885 && getBOOL(_xProp->getPropertyValue(PROPERTY_APPLYORDER)) ) in exportQuery()
908 if ( getBOOL(_xProp->getPropertyValue(PROPERTY_APPLYFILTER)) ) in exportTable()
912 && getBOOL(_xProp->getPropertyValue(PROPERTY_APPLYORDER)) ) in exportTable()
970 _xProp->getPropertyValue(_sProp) >>= sCommand; in exportFilter()
1021 xProp->getPropertyValue(PROPERTY_HELPTEXT) >>= sValue; in exportColumns()
[all …]
/trunk/main/chart2/source/view/main/
H A DVLineProperties.cxx57 this->Color = xProp->getPropertyValue( C2U( "BorderColor" ) ); in initFromPropertySet()
58 this->LineStyle = xProp->getPropertyValue( C2U( "BorderStyle" ) ); in initFromPropertySet()
59 this->Transparence = xProp->getPropertyValue( C2U( "BorderTransparency" ) ); in initFromPropertySet()
60 this->Width = xProp->getPropertyValue( C2U( "BorderWidth" ) ); in initFromPropertySet()
61 this->DashName = xProp->getPropertyValue( C2U( "BorderDashName" ) ); in initFromPropertySet()
69 this->Color = xProp->getPropertyValue( C2U( "LineColor" ) ); in initFromPropertySet()
70 this->LineStyle = xProp->getPropertyValue( C2U( "LineStyle" ) ); in initFromPropertySet()
71 this->Transparence = xProp->getPropertyValue( C2U( "LineTransparence" ) ); in initFromPropertySet()
72 this->Width = xProp->getPropertyValue( C2U( "LineWidth" ) ); in initFromPropertySet()
73 this->DashName = xProp->getPropertyValue( C2U( "LineDashName" ) ); in initFromPropertySet()
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx326 Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameURL") ); in lcl_addFrameProperties()
330 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameName") ); in lcl_addFrameProperties()
334 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsAutoScroll") ); in lcl_addFrameProperties()
338 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsScrollingMode") ); in lcl_addFrameProperties()
343 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsAutoBorder") ); in lcl_addFrameProperties()
347 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsBorder") ); in lcl_addFrameProperties()
352 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginWidth") ); in lcl_addFrameProperties()
354 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginHeight") ); in lcl_addFrameProperties()
458 aAny = rPropSet->getPropertyValue( sFrameStyleName ); in _exportTextEmbedded()
581 aAny2 = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("AppletName") ); in _exportTextEmbedded()
[all …]
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx151 xField->getPropertyValue(FM_PROP_FORMATKEY) >>= m_nFormatKey; in CreateControl()
386 Any aAlign( m_xModel->getPropertyValue(FM_PROP_ALIGN)); in SetAlignmentFromModel()
861 _rxModel->getPropertyValue( FM_PROP_ENABLED ) >>= bEnable; in implAdjustEnabled()
1215 _rxModel->getPropertyValue( FM_PROP_TEXT ) >>= sText; in updateFromModel()
1748 _rxModel->getPropertyValue( FM_PROP_STATE ) >>= nState; in updateFromModel()
1870 _rxModel->getPropertyValue( FM_PROP_TEXT ) >>= sText; in updateFromModel()
2328 if ( _rxModel->getPropertyValue( FM_PROP_DATE ) >>= nDate ) in updateFromModel()
2438 if ( _rxModel->getPropertyValue( FM_PROP_DATE ) >>= nTime ) in updateFromModel()
2576 _rxModel->getPropertyValue( FM_PROP_TEXT ) >>= sText; in updateFromModel()
2716 _rxModel->getPropertyValue( FM_PROP_SELECT_SEQ ); in updateFromModel()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLLineNumberingExport.cxx89 aAny = xLineNumbering->getPropertyValue(sCharStyleName); in Export()
99 aAny = xLineNumbering->getPropertyValue(sIsOn); in Export()
107 aAny = xLineNumbering->getPropertyValue(sCountEmptyLines); in Export()
115 aAny = xLineNumbering->getPropertyValue(sCountLinesInFrames); in Export()
123 aAny = xLineNumbering->getPropertyValue(sRestartAtEachPage); in Export()
131 aAny = xLineNumbering->getPropertyValue(sDistance); in Export()
144 aAny = xLineNumbering->getPropertyValue(sNumberingType); in Export()
159 aAny = xLineNumbering->getPropertyValue(sNumberPosition); in Export()
170 aAny = xLineNumbering->getPropertyValue(sInterval); in Export()
184 aAny = xLineNumbering->getPropertyValue(sSeparatorText); in Export()
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx315 xProp->getPropertyValue(PROPERTY_FONTNAME) >>= aFont.Name; in copyStyleElements()
316 xProp->getPropertyValue(PROPERTY_CHARFONTHEIGHT) >>= aFont.Height; in copyStyleElements()
317 xProp->getPropertyValue(PROPERTY_FONTWIDTH) >>= aFont.Width; in copyStyleElements()
318 xProp->getPropertyValue(PROPERTY_FONTSTYLENAME) >>= aFont.StyleName; in copyStyleElements()
319 xProp->getPropertyValue(PROPERTY_FONTFAMILY) >>= aFont.Family; in copyStyleElements()
320 xProp->getPropertyValue(PROPERTY_FONTCHARSET) >>= aFont.CharSet; in copyStyleElements()
321 xProp->getPropertyValue(PROPERTY_FONTPITCH) >>= aFont.Pitch; in copyStyleElements()
323 xProp->getPropertyValue(PROPERTY_FONTWEIGHT) >>= aFont.Weight; in copyStyleElements()
324 xProp->getPropertyValue(PROPERTY_CHARPOSTURE) >>= aFont.Slant; in copyStyleElements()
328 xProp->getPropertyValue(PROPERTY_FONTKERNING) >>= aFont.Kerning; in copyStyleElements()
[all …]
/trunk/main/io/test/stm/
H A Ddatatest.cxx427 virtual Any SAL_CALL getPropertyValue(const OUString& PropertyName)
521 Any MyPersistObject::getPropertyValue(const OUString& aPropertyName) in getPropertyValue() function in MyPersistObject
843 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("long")) ) ); in compareMyPropertySet()
847 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("float")) ) ); in compareMyPropertySet()
857 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("double" ))) ); in compareMyPropertySet()
861 Any a =r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("bool")) ); in compareMyPropertySet()
863 a = r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("bool")) ); in compareMyPropertySet()
872 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("byte")) ) ); in compareMyPropertySet()
876 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("char")) ) ); in compareMyPropertySet()
880 r2->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("string")) )); in compareMyPropertySet()
[all …]
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx88 xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sTypeName; in createStandardColumnPart()
89 xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TYPE)) >>= nDataType; in createStandardColumnPart()
90 xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_PRECISION)) >>= nPrecision; in createStandardColumnPart()
91 xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCALE)) >>= nScale; in createStandardColumnPart()
199 descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)) >>= sCatalog; in createStandardCreateStatement()
200 descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= sSchema; in createStandardCreateStatement()
201 descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= sTable; in createStandardCreateStatement()
524 aCatalog = _xTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)); in createSDBCXColumn()
527 _xTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= aSchema; in createSDBCXColumn()
528 _xTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in createSDBCXColumn()
[all …]
H A DTKeys.cxx147 …sal_Int32 nKeyType = getINT32(descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TY… in appendObject()
153 …descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_REFERENCEDTABLE)) >>= sReferenced… in appendObject()
154 … descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_UPDATERULE)) >>= nUpdateRule; in appendObject()
155 … descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_DELETERULE)) >>= nDeleteRule; in appendObject()
193 …aSql.append( ::dbtools::quoteName( aQuote,getString(xColProp->getPropertyValue(rPropMap.getNameByI… in appendObject()
209 …aSql.append(::dbtools::quoteName( aQuote,getString(xColProp->getPropertyValue(rPropMap.getNameByIn… in appendObject()
225 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= aSchema; in appendObject()
226 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in appendObject()
230 …xResult = m_pTable->getMetaData()->getImportedKeys( m_pTable->getPropertyValue(rPropMap.getNameByI… in appendObject()
235 …xResult = m_pTable->getMetaData()->getPrimaryKeys( m_pTable->getPropertyValue(rPropMap.getNameByIn… in appendObject()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx733 if (::comphelper::getBOOL(xFormSet->getPropertyValue(PROPERTY_ESCAPE_PROCESSING))) in reloadForm()
1226 if (::comphelper::getINT32(xSource->getPropertyValue(PROPERTY_ROWCOUNT)) == 0) in propertyChange()
1518 xParam->getPropertyValue(PROPERTY_NAME) >>= sName; in approveParameter()
2212 xField->getPropertyValue(PROPERTY_NAME) >>= sName; in Execute()
2220 xProp->getPropertyValue(sAgg) >>= bHaving; in Execute()
2242 xField->getPropertyValue(PROPERTY_TYPE) >>= nType; in Execute()
2340 Any aVal = xSet->getPropertyValue(PROPERTY_ISNEW); in Execute()
2395 if (::comphelper::getBOOL(xFormSet->getPropertyValue(PROPERTY_ISMODIFIED))) in SaveModified()
2398 if (::comphelper::getBOOL(xFormSet->getPropertyValue(PROPERTY_ISNEW))) in SaveModified()
2542 xEmptyReturn.set(xCurrentCol->getPropertyValue(PROPERTY_BOUNDFIELD) ,UNO_QUERY); in getBoundField()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DValidityTypeTest.java173 xCellPropSet.getPropertyValue("Validation")); in test()
213 xCellPropSet.getPropertyValue("Validation")); in test()
218 assertEquals("", xValidPropSet.getPropertyValue("ErrorMessage")); in test()
221 xValidPropSet.getPropertyValue("ErrorMessage")); in test()
224 xValidPropSet.getPropertyValue("ShowErrorMessage")); in test()
226 xValidPropSet.getPropertyValue("ShowInputMessage")); in test()
229 xValidPropSet.getPropertyValue("IgnoreBlankCells")); in test()
230 assertEquals(validationtype, xValidPropSet.getPropertyValue("Type")); in test()
231 assertEquals(errorTitle, xValidPropSet.getPropertyValue("ErrorTitle")); in test()
233 xValidPropSet.getPropertyValue("ErrorAlertStyle")); in test()
[all …]
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx826 r2->getPropertyValue( L"long" ).getINT32() ); in compareMyPropertySet()
829 r2->getPropertyValue( L"float" ).getFloat() ); in compareMyPropertySet()
832 r2->getPropertyValue( L"double" ).getDouble() ); in compareMyPropertySet()
834 b = b && ( r1->getPropertyValue( L"bool" ).getBOOL() == in compareMyPropertySet()
835 r2->getPropertyValue( L"bool" ).getBOOL() ); in compareMyPropertySet()
837 b = b && ( r1->getPropertyValue( L"byte" ).getBYTE() == in compareMyPropertySet()
838 r2->getPropertyValue( L"byte" ).getBYTE() ); in compareMyPropertySet()
841 r2->getPropertyValue( L"char" ).getChar() ); in compareMyPropertySet()
844 r2->getPropertyValue( L"string" ).getString() ); in compareMyPropertySet()
846 UsrAny o1 = r1->getPropertyValue( L"object" ); in compareMyPropertySet()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterPosition.java92 …assertEquals("assert character position",(short)29,xCursorProps_assert_odt.getPropertyValue("CharE… in testCharacterSuperscriptSetting()
93 …assertEquals("assert character position",(byte)50,xCursorProps_assert_odt.getPropertyValue("CharEs… in testCharacterSuperscriptSetting()
99 …assertEquals("assert character position",(short)29,xCursorProps_assert_doc.getPropertyValue("CharE… in testCharacterSuperscriptSetting()
100 …assertEquals("assert character position",(byte)50,xCursorProps_assert_odt.getPropertyValue("CharEs… in testCharacterSuperscriptSetting()
141 …assertEquals("assert character position",(short)-29,xCursorProps_assert_odt.getPropertyValue("Char… in testCharacterSubscriptSetting()
142 …assertEquals("assert character position",(byte)50,xCursorProps_assert_odt.getPropertyValue("CharEs… in testCharacterSubscriptSetting()
148 …assertEquals("assert character position",(short)-29,xCursorProps_assert_doc.getPropertyValue("Char… in testCharacterSubscriptSetting()
149 …assertEquals("assert character position",(byte)50,xCursorProps_assert_odt.getPropertyValue("CharEs… in testCharacterSubscriptSetting()
190 …assertEquals("assert character position",(short)0,xCursorProps_assert_odt.getPropertyValue("CharEs… in testCharacterDefaultPositionSetting()
191 …assertEquals("assert character position",(byte)100,xCursorProps_assert_odt.getPropertyValue("CharE… in testCharacterDefaultPositionSetting()
[all …]
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx633 xComponentSet->getPropertyValue(PROPERTY_CLASSID) >>= nClassId; in AppendComponent()
635 xComponentSet->getPropertyValue( PROPERTY_NAME ) >>= aName; in AppendComponent()
747 xComponentSet->getPropertyValue( PROPERTY_TEXT ) >>= sText; in AppendComponent()
750 xComponentSet->getPropertyValue( PROPERTY_TEXT ) >>= sText; in AppendComponent()
763 xComponentSet->getPropertyValue( PROPERTY_TEXT ) >>= aText; in AppendComponent()
794 Any aVal = xComponentSet->getPropertyValue( PROPERTY_DATE ); in AppendComponent()
817 Any aVal = xComponentSet->getPropertyValue( PROPERTY_TIME ); in AppendComponent()
855 xComponentSet->getPropertyValue( PROPERTY_TEXT ) >>= aText; in AppendComponent()
1166 || getBOOL( xSet->getPropertyValue( PROPERTY_ISNEW ) ) in hasValidParent()
2547 xSet->getPropertyValue(PROPERTY_NAME) >>= sGroupName; in setGroup()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBulletCharacterStyle.java113 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_Rubies()
125 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_Rubies()
182 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_Emphasis()
194 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_Emphasis()
251 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_FootnoteCharacters()
263 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_FootnoteCharacters()
320 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_PageNumber()
332 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_PageNumber()
389 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_CaptionCharacters()
401 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_CaptionCharacters()
[all …]
H A DParagraphAlignment.java103 … paragraph alignment is justified",(short)2,xCursorProps_assert_odt.getPropertyValue("ParaAdjust")… in testParagraphAlignmentJustified()
104 …raph last line alignment is left",(short)0, xCursorProps_assert_odt.getPropertyValue("ParaLastLine… in testParagraphAlignmentJustified()
105 …assertEquals("assert expand single word is true",true,xCursorProps_assert_odt.getPropertyValue("Pa… in testParagraphAlignmentJustified()
112 … paragraph alignment is justified",(short)2,xCursorProps_assert_doc.getPropertyValue("ParaAdjust")… in testParagraphAlignmentJustified()
114 …assertEquals("assert expand single word is true",true,xCursorProps_assert_doc.getPropertyValue("Pa… in testParagraphAlignmentJustified()
166 …first paragraph alignment is left",(short)0,xCursorProps_assert_odt.getPropertyValue("ParaAdjust")… in testParagraphAlignmentLeft()
172 …first paragraph alignment is left",(short)0,xCursorProps_assert_doc.getPropertyValue("ParaAdjust")… in testParagraphAlignmentLeft()
225 …irst paragraph alignment is right",(short)1,xCursorProps_assert_odt.getPropertyValue("ParaAdjust")… in testParagraphAlignmentRight()
231 …irst paragraph alignment is right",(short)1,xCursorProps_assert_doc.getPropertyValue("ParaAdjust")… in testParagraphAlignmentRight()
282 …rst paragraph alignment is center",(short)3,xCursorProps_assert_odt.getPropertyValue("ParaAdjust")… in testParagraphAlignmentCenter()
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx275 xPSetForm->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nFormX; in TransformControlToSdrCoordinates()
276 xPSetForm->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nFormY; in TransformControlToSdrCoordinates()
277 xPSetForm->getPropertyValue( DLGED_PROP_WIDTH ) >>= nFormWidth; in TransformControlToSdrCoordinates()
376 xPSet->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nXIn; in SetRectFromProps()
377 xPSet->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nYIn; in SetRectFromProps()
378 xPSet->getPropertyValue( DLGED_PROP_WIDTH ) >>= nWidthIn; in SetRectFromProps()
379 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeightIn; in SetRectFromProps()
564 xPSet->getPropertyValue( DLGED_PROP_STEP ) >>= nStep; in GetStep()
1405 xPSet->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nXIn; in SetRectFromProps()
1406 xPSet->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nYIn; in SetRectFromProps()
[all …]
/trunk/main/chart2/source/view/axes/
H A DVAxisProperties.cxx269 xAxisProp->getPropertyValue(C2U( "CrossoverPosition" )) >>= m_eCrossoverType; in initAxisPositioning()
273 xAxisProp->getPropertyValue(C2U( "CrossoverValue" )) >>= fValue; in initAxisPositioning()
282 xAxisProp->getPropertyValue(C2U( "LabelPosition" )) >>= m_eLabelPos; in initAxisPositioning()
283 xAxisProp->getPropertyValue(C2U( "MarkPosition" )) >>= m_eTickmarkPos; in initAxisPositioning()
360 xProp->getPropertyValue( C2U( "DisplayLabels" ) ) >>= m_bDisplayLabels; in init()
363 xProp->getPropertyValue( C2U( "MajorTickmarks" ) ) >>= m_nMajorTickmarks; in init()
364 xProp->getPropertyValue( C2U( "MinorTickmarks" ) ) >>= m_nMinorTickmarks; in init()
419 xProp->getPropertyValue( C2U( "TextBreak" ) ) >>= this->bLineBreakAllowed; in init()
420 xProp->getPropertyValue( C2U( "TextOverlap" ) ) >>= this->bOverlapAllowed; in init()
421 xProp->getPropertyValue( C2U( "StackCharacters" ) ) >>= this->bStackCharacters; in init()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_ChartAxisXSupplier.java44 boolean res = ((Boolean)oObj.getPropertyValue( in _HasXAxis()
49 if (!((Boolean)oObj.getPropertyValue( in _HasXAxis()
54 boolean setVal = ((Boolean)oObj.getPropertyValue( in _HasXAxis()
58 setVal |= ((Boolean)oObj.getPropertyValue( in _HasXAxis()
63 setVal |= !((Boolean)oObj.getPropertyValue( in _HasXAxis()
68 setVal |= !((Boolean)oObj.getPropertyValue( in _HasXAxis()
102 if (!((Boolean)oObj.getPropertyValue("HasXAxis")).booleanValue()) in _HasXAxisDescription()
105 boolean res = ((Boolean)oObj.getPropertyValue( in _HasXAxisDescription()
110 boolean setValue = ((Boolean)oObj.getPropertyValue( in _HasXAxisDescription()
H A D_ChartAxisYSupplier.java69 boolean res = ((Boolean)oObj.getPropertyValue( in _HasYAxis()
74 if (!((Boolean)oObj.getPropertyValue( in _HasYAxis()
79 boolean setVal = ((Boolean)oObj.getPropertyValue( in _HasYAxis()
83 setVal |= ((Boolean)oObj.getPropertyValue( in _HasYAxis()
88 setVal |= !((Boolean)oObj.getPropertyValue( in _HasYAxis()
93 setVal |= !((Boolean)oObj.getPropertyValue( in _HasYAxis()
127 if (!((Boolean)oObj.getPropertyValue("HasYAxis")).booleanValue()) in _HasYAxisDescription()
130 boolean res = ((Boolean)oObj.getPropertyValue( in _HasYAxisDescription()
135 boolean setValue = ((Boolean)oObj.getPropertyValue( in _HasYAxisDescription()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapExport.cxx94 Any aAny = rPropertySet->getPropertyValue(msImageMap); in Export()
182 Any aAny = rPropertySet->getPropertyValue(msURL); in ExportMapEntry()
192 aAny = rPropertySet->getPropertyValue(msTarget); in ExportMapEntry()
207 aAny = rPropertySet->getPropertyValue(msName); in ExportMapEntry()
216 aAny = rPropertySet->getPropertyValue(msIsActive); in ExportMapEntry()
247 rPropertySet->getPropertyValue(msTitle) >>= sTitle; in ExportMapEntry()
256 rPropertySet->getPropertyValue(msDescription) >>= sDescription; in ExportMapEntry()
274 Any aAny = rPropertySet->getPropertyValue(msBoundary); in ExportRectangle()
298 Any aAny = rPropertySet->getPropertyValue(msCenter); in ExportCircle()
312 aAny = rPropertySet->getPropertyValue(msRadius); in ExportCircle()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx113 … xProp->getPropertyValue( ::rtl::OUString::createFromAscii("D3DCameraGeometry")) >>= aCamGeo; in getCameraDefaultFromDiagram()
349 xProp->getPropertyValue( ::rtl::OUString::createFromAscii("DataRowSource")) in StartElement()
364 …if( xProp.is() && ( xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Dim3D")))… in StartElement()
396 …mrSeriesDefaultsAndStyles.maMeanValueDefault = xProp->getPropertyValue(::rtl::OUString(RTL_CONSTAS… in StartElement()
400 …mrSeriesDefaultsAndStyles.maStackedDefault = xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCI… in StartElement()
402 …mrSeriesDefaultsAndStyles.maPercentDefault = xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCI… in StartElement()
407 …uno::Any aDeepProperty( xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Deep"… in StartElement()
414 …if( ( xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Dim3D"))) >>= bIs3d ) && in StartElement()
427 …xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("NumberOfLines"))) >>= mnNumOf… in StartElement()
428 …xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Volume"))) >>= mbStockHasVolu… in StartElement()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java304 … nameComponents.setTable(AnyConverter.toString(table.getPropertyValue(PropertyIds.NAME.name))); in getTableNameComponents()
418 String catalog = AnyConverter.toString(descriptor.getPropertyValue("CatalogName")); in createStandardCreateStatement()
419 String schema = AnyConverter.toString(descriptor.getPropertyValue("SchemaName")); in createStandardCreateStatement()
420 String table = AnyConverter.toString(descriptor.getPropertyValue("Name")); in createStandardCreateStatement()
476 String typename = AnyConverter.toString(columnProperties.getPropertyValue("TypeName")); in createStandardColumnPart()
477 int datatype = AnyConverter.toInt(columnProperties.getPropertyValue("Type")); in createStandardColumnPart()
478 int precision = AnyConverter.toInt(columnProperties.getPropertyValue("Precision")); in createStandardColumnPart()
479 int scale = AnyConverter.toInt(columnProperties.getPropertyValue("Scale")); in createStandardColumnPart()
552 … String defaultValue = AnyConverter.toString(columnProperties.getPropertyValue("DefaultValue")); in createStandardColumnPart()
597 int keyType = AnyConverter.toInt(columnProperties.getPropertyValue("Type")); in createStandardKeyStatement()
[all …]

Completed in 221 milliseconds

12345678910>>...75