Home
last modified time | relevance | path

Searched refs:Value (Results 226 – 250 of 1749) sorted by relevance

12345678910>>...70

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java82 aStoreProperties[0].Value = true; in testCreateTable()
84 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testCreateTable()
158 aStoreProperties[0].Value = true; in testSetRowHeight()
160 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testSetRowHeight()
239 aStoreProperties[0].Value = true; in testSetTableBorder()
241 aStoreProperties[1].Value = "StarOffice XML (Writer)"; in testSetTableBorder()
345 aStoreProperties[0].Value = true; in testSetTable_AlignmentAndMarginToPage()
422 aStoreProperties[0].Value = true; in testSetTableBackColor()
465 aStoreProperties[0].Value = true; in testSetTableRepeatHeading()
539 aStoreProperties[0].Value = true; in testSetTableShadow()
[all …]
/trunk/main/xmloff/source/core/
H A Dunoatrcn.cxx159 aData.Value = mpContainer->GetAttrValue(nAttr); in getByName()
210 if( mpContainer->SetAt( nAttr, aPrefix, aLName, pData->Value ) ) in replaceByName()
215 if( mpContainer->SetAt( nAttr, aPrefix, pData->Namespace, aLName, pData->Value ) ) in replaceByName()
223 if( mpContainer->SetAt( nAttr, aName, pData->Value ) ) in replaceByName()
253 if( mpContainer->AddAttr( aPrefix, aLName, pData->Value ) ) in insertByName()
258 if( mpContainer->AddAttr( aPrefix, pData->Namespace, aLName, pData->Value ) ) in insertByName()
266 if( mpContainer->AddAttr( aName, pData->Value ) ) in insertByName()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx884 *(sal_Unicode*) &pAny->pReserved = *__try_cast<System::Char*>(aAny.Value); in map_to_uno()
892 *(sal_Int8*) &pAny->pReserved = *__try_cast<System::Byte*>(aAny.Value); in map_to_uno()
919 *(sal_Int64 *) mem.get()= *__try_cast<System::Int64*>(aAny.Value); in map_to_uno()
932 *(sal_uInt64 *) mem.get()= *__try_cast<System::UInt64*>(aAny.Value); in map_to_uno()
945 *(float*) mem.get() = *__try_cast<System::Single*>(aAny.Value); in map_to_uno()
958 *(double*) mem.get()= *__try_cast<System::Double*>(aAny.Value); in map_to_uno()
965 OUString _s = mapCliString(static_cast<System::String*>(aAny.Value)); in map_to_uno()
977 &pAny->pReserved, aAny.Value, value_td.getTypeLibType(), in map_to_uno()
989 mem.get(), aAny.Value, value_td.getTypeLibType(), in map_to_uno()
1016 if(aAny.Value != NULL) in map_to_uno()
[all …]
/trunk/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx336 aPropValue.Value <<= m_aModuleIdentifier; in FillToolbar()
339 aPropValue.Value <<= m_xFrame; in FillToolbar()
342 aPropValue.Value <<= m_xServiceManager; in FillToolbar()
345 aPropValue.Value <<= xToolbarWindow; in FillToolbar()
348 aPropValue.Value = makeAny( sal_Int32( nId )); in FillToolbar()
379 aPropValue.Value <<= m_xFrame; in FillToolbar()
382 aPropValue.Value <<= aURL; in FillToolbar()
385 aPropValue.Value <<= m_xServiceManager; in FillToolbar()
/trunk/main/unotools/source/config/
H A Ddynamicmenuoptions.cxx196 lProperties[OFFSET_URL ].Value <<= sSeperator ; in GetList()
197 lProperties[OFFSET_TITLE ].Value <<= sEmpty ; in GetList()
198 lProperties[OFFSET_IMAGEIDENTIFIER ].Value <<= sEmpty ; in GetList()
199 lProperties[OFFSET_TARGETNAME ].Value <<= sEmpty ; in GetList()
203 lProperties[OFFSET_URL ].Value <<= pItem->sURL ; in GetList()
204 lProperties[OFFSET_TITLE ].Value <<= pItem->sTitle ; in GetList()
205 lProperties[OFFSET_IMAGEIDENTIFIER ].Value <<= pItem->sImageIdentifier; in GetList()
206 lProperties[OFFSET_TARGETNAME ].Value <<= pItem->sTargetName ; in GetList()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx104 if ( rParameter.Value >>= fValue ) in GetFormulaParameter()
110 if ( rParameter.Value >>= nValue ) in GetFormulaParameter()
120 if ( rParameter.Value >>= nFormulaIndex ) in GetFormulaParameter()
138 if ( rParameter.Value >>= nAdjustmentIndex ) in GetFormulaParameter()
385 aRet.Value = Any( nConstant ); in GetAdjCoordinate()
399 aRet.Value = Any( rValue.toInt32() ); in GetAdjCoordinate()
407 aRet.Value = Any( nGuideIndex ); in GetAdjCoordinate()
415 aRet.Value = Any( nGuideIndex ); in GetAdjCoordinate()
419 aRet.Value = Any( rValue ); in GetAdjCoordinate()
433 aAngle.Value >>= nValue; in GetAdjAngle()
[all …]
H A Dcustomshapeproperties.cxx102 rEntry.Value = rAny; in setOrCreatePropertyValue()
110 aNewValue.Value = rAny; in setOrCreatePropertyValue()
187 if ( aGeoPropSeq[ i ].Value >>= aAdjustmentSeq ) in pushToPropSet()
206 aAdjustmentVal.Value <<= nValue; in pushToPropSet()
213 aGeoPropSeq[ i ].Value <<= aAdjustmentSeq; in pushToPropSet()
219 aGeoPropSeq[ i ].Value <<= maShapePresetType; in pushToPropSet()
259 aAdjustmentVal.Value <<= maAdjustmentGuideList[ i ].maFormula.toInt32(); in pushToPropSet()
/trunk/main/comphelper/inc/comphelper/
H A DInlineContainer.hxx119 template < typename Key, typename Value >
120 class MakeMap : public ::std::map< Key, Value >
123 typedef typename ::std::map< Key, Value >::value_type value_type;
125 explicit MakeMap( const Key &k, const Value &v ) in MakeMap()
129 MakeMap &operator()( const Key &k, const Value &v ) in operator ()()
/trunk/main/vcl/source/window/
H A Dwindow4.cxx192 if( pVals[i].Value >>= bVal ) in setProperties()
198 if( pVals[i].Value >>= bVal ) in setProperties()
204 if( pVals[i].Value >>= aText ) in setProperties()
214 aProps[0].Value = uno::makeAny( sal_Bool( IsEnabled() ) ); in getProperties()
216 aProps[1].Value = uno::makeAny( sal_Bool( IsVisible() ) ); in getProperties()
218 aProps[2].Value = uno::makeAny( rtl::OUString( GetText() ) ); in getProperties()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx76 aArguments[i].Value >>= sOriginalTypeName; in detect()
78 aArguments[i].Value >>= sURL; in detect()
80 aArguments[i].Value >>= xInStream; in detect()
181 pValue[i].Value >>= msFilterName; in initialize()
185 pValue[i].Value >>= msUserData; in initialize()
189 pValue[i].Value>>=msTemplateName; in initialize()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetConditionalEntries.java109 con[0].Value = "Result2"; in Conditions()
112 con[1].Value = "$Sheet1.$B$"+nr; in Conditions()
115 con[2].Value = ""; in Conditions()
118 con[3].Value = ConditionOperator.EQUAL; in Conditions()
121 con[4].Value = ca; in Conditions()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx243 aProps[nProperty].Value >>= aServiceName; in ShowFilterOptionsDialog()
265 … aFilterDataValue[0].Value = css::uno::makeAny( ::rtl::OUString( aOkSendText )); in ShowFilterOptionsDialog()
269 aPropsForDialog[0].Value = css::uno::makeAny( aFilterDataValue ); in ShowFilterOptionsDialog()
292 rArgs[rNumArgs-1].Value = aPropsFromDialog[ nInd ].Value; in ShowFilterOptionsDialog()
426 aQuery[0].Value = css::uno::makeAny( aTypeName ); in SaveDocumentAsFormat()
428 aQuery[1].Value = css::uno::makeAny( aModule ); in SaveDocumentAsFormat()
437 … aQuery[2].Value = css::uno::makeAny( sal_Int32(0x80042) ); // EXPORT ALIEN 3RDPARTY in SaveDocumentAsFormat()
585 aArgs[nNumArgs-1].Value = css::uno::makeAny( aFilterName ); in SaveDocumentAsFormat()
595 aArgs[nNumArgs-1].Value = css::uno::makeAny( aPassword ); in SaveDocumentAsFormat()
734 aArgs[nNumArgs-1].Value = css::uno::makeAny( (sal_Bool)sal_True ); in SaveDocumentAsFormat()
/trunk/main/cui/source/options/
H A Dopthtml.src54 Value = 1 ;
77 Value = 1 ;
100 Value = 1 ;
123 Value = 1 ;
146 Value = 1 ;
169 Value = 1 ;
192 Value = 1 ;
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx910 pArray[0].Value <<= rtl::OUString( aFmtStr ); in getPropertyValues()
912 pArray[1].Value <<= aLocale; in getPropertyValues()
914 pArray[2].Value <<= (sal_Int16)( pFormat->GetType() ); in getPropertyValues()
916 pArray[3].Value <<= rtl::OUString( aComment ); in getPropertyValues()
920 pArray[5].Value.setValue( &bUserDef, getBooleanCppuType() ); in getPropertyValues()
922 pArray[6].Value <<= (sal_Int16)( nDecimals ); in getPropertyValues()
924 pArray[7].Value <<= (sal_Int16)( nLeading ); in getPropertyValues()
926 pArray[8].Value.setValue( &bRed, getBooleanCppuType() ); in getPropertyValues()
930 pArray[10].Value <<= rtl::OUString( aSymbol ); in getPropertyValues()
932 pArray[11].Value <<= rtl::OUString( aExt ); in getPropertyValues()
[all …]
/trunk/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx91 aResult[0].Value <<= ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PBKDF2" ) ); in GenerateNewModifyPasswordInfo()
93 aResult[1].Value <<= aSalt; in GenerateNewModifyPasswordInfo()
95 aResult[2].Value <<= nCount; in GenerateNewModifyPasswordInfo()
97 aResult[3].Value <<= aNewHash; in GenerateNewModifyPasswordInfo()
117 aInfo[nInd].Value >>= sAlgorithm; in IsModifyPasswordCorrect()
119 aInfo[nInd].Value >>= aSalt; in IsModifyPasswordCorrect()
121 aInfo[nInd].Value >>= nCount; in IsModifyPasswordCorrect()
123 aInfo[nInd].Value >>= aHash; in IsModifyPasswordCorrect()
/trunk/main/sdext/source/minimizer/
H A Dfileopendialog.cxx149 rProperty.Value >>= sDocumentService; in FileOpenDialog()
156 case TK_Name : rProperty.Value >>= aFilterEntry.maName; break; in FileOpenDialog()
157 case TK_UIName : rProperty.Value >>= aFilterEntry.maUIName; break; in FileOpenDialog()
158 case TK_Type : rProperty.Value >>= aFilterEntry.maType; break; in FileOpenDialog()
159 case TK_Flags : rProperty.Value >>= aFilterEntry.maFlags; break; in FileOpenDialog()
201 case TK_Extensions : aTypeProperties[ i ].Value >>= aExtensions; break; in FileOpenDialog()
/trunk/main/offapi/com/sun/star/awt/
H A DXCurrencyField.idl45 [oneway] void setValue( [in] double Value );
57 [oneway] void setMin( [in] double Value );
70 [oneway] void setMax( [in] double Value );
83 [oneway] void setFirst( [in] double Value );
95 [oneway] void setLast( [in] double Value );
107 [oneway] void setSpinSize( [in] double Value );
H A DXNumericField.idl45 [oneway] void setValue( [in] double Value );
57 [oneway] void setMin( [in] double Value );
70 [oneway] void setMax( [in] double Value );
83 [oneway] void setFirst( [in] double Value );
95 [oneway] void setLast( [in] double Value );
107 [oneway] void setSpinSize( [in] double Value );
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DMSFormReturnTypes.idl27 boolean Value;
32 //fmDropEffect Value;
33 short Value;
38 long Value;
43 float Value;
/trunk/main/framework/test/
H A Dtest.cxx1016 lProperties[0].Value <<= DECLARE_ASCII("component_DB" ); in impl_testFilterRegistration()
1022 lProperties[2].Value <<= DECLARE_ASCII("test.document.service" ); in impl_testFilterRegistration()
1025 lProperties[3].Value <<= DECLARE_ASCII("test.filter.service" ); in impl_testFilterRegistration()
1028 lProperties[4].Value <<= (sal_Int32)100; in impl_testFilterRegistration()
1033 lProperties[5].Value <<= lTempData; in impl_testFilterRegistration()
1036 lProperties[6].Value <<= (sal_Int32)1; in impl_testFilterRegistration()
1039 lProperties[7].Value <<= DECLARE_ASCII("Mein Template Name" ); in impl_testFilterRegistration()
1046 lProperties[0].Value <<= DECLARE_ASCII("component_DB" ); in impl_testFilterRegistration()
1058 lProperties[4].Value <<= (sal_Int32)200; in impl_testFilterRegistration()
1062 lProperties[5].Value <<= lTempData; in impl_testFilterRegistration()
[all …]
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1681 Value /= 86400.0; in LoadCol()
1775 if ((nStart <= nEnd) && (pColData->Value)) in LoadColAttr()
1809 if ((nStart <= nEnd) && (pColData->Value)) in LoadColAttr()
1828 nValue1 = pColData->Value; in LoadColAttr()
1853 nValue1 = pColData->Value; in LoadColAttr()
1921 sal_uInt16 nValue = pColData->Value; in LoadColAttr()
2063 switch ( aRaster.pData[ nRasterIndex ].Value ) in LoadColAttr()
2126 nValue1 = pColData->Value; in LoadColAttr()
2146 if ((nStart <= nEnd) && (aFlag.pData[i].Value != 0)) in LoadColAttr()
2166 if ((nStart <= nEnd) && (aPattern.pData[i].Value != 0)) in LoadColAttr()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx1967 if (i_rStats[i].Value >>= val) { in SetStatistics()
2102 if (rChangeProps[i].Value >>= nTemp16) in SetChangeTrackingViewSettings()
2108 if (rChangeProps[i].Value >>= aDateTime) in SetChangeTrackingViewSettings()
2118 if (rChangeProps[i].Value >>= aDateTime) in SetChangeTrackingViewSettings()
2130 if (rChangeProps[i].Value >>= sOUName) in SetChangeTrackingViewSettings()
2178 aViewProps[i].Value >>= nHeight; in SetViewSettings()
2180 aViewProps[i].Value >>= nLeft; in SetViewSettings()
2182 aViewProps[i].Value >>= nTop; in SetViewSettings()
2184 aViewProps[i].Value >>= nWidth; in SetViewSettings()
2188 if(aViewProps[i].Value >>= aChangeProps) in SetViewSettings()
[all …]
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx333 aArgs[ i ].Value <<= sShortName; in Export()
338 if ( aArgs[ i ].Value >>= xHdl ) in Export()
341 aArgs[ i ].Value <<= mXInteractionHandler; in Export()
349 aArgs[ i ].Value <<= sShortName; in Export()
416 aDesc[0].Value <<= aURL; in SaveGraphic()
418 aDesc[1].Value <<= xGraphStream; in SaveGraphic()
537 aDesc[0].Value <<= sPath; in SaveGraphic()
539 aDesc[1].Value <<= aExportMimeType; in SaveGraphic()
/trunk/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx116 aObjectProps[nInd].Value >>= m_aClassID; in CommonInit_Impl()
118 aObjectProps[nInd].Value >>= m_aDocServiceName; in CommonInit_Impl()
120 aObjectProps[nInd].Value >>= m_aPresetFilterName; in CommonInit_Impl()
122 aObjectProps[nInd].Value >>= m_nMiscStatus; in CommonInit_Impl()
124 aObjectProps[nInd].Value >>= m_aObjectVerbs; in CommonInit_Impl()
234 aMediaDescr[nInd].Value >>= m_aLinkURL; in LinkInit_Impl()
236 aMediaDescr[nInd].Value >>= m_aLinkFilterName; in LinkInit_Impl()
254 aObjectDescr[nObjInd].Value >>= xDispatchInterceptor; in LinkInit_Impl()
259 aObjectDescr[nObjInd].Value >>= m_xParent; in LinkInit_Impl()
/trunk/main/extensions/source/propctrlr/
H A DMasterDetailLinkDialog.cxx124 OSL_VERIFY( aProperty.Value >>= m_xDetail ); in implInitialize()
129 OSL_VERIFY( aProperty.Value >>= m_xMaster ); in implInitialize()
134 OSL_VERIFY( aProperty.Value >>= m_sExplanation ); in implInitialize()
139 OSL_VERIFY( aProperty.Value >>= m_sDetailLabel ); in implInitialize()
144 OSL_VERIFY( aProperty.Value >>= m_sMasterLabel ); in implInitialize()

Completed in 171 milliseconds

12345678910>>...70