Home
last modified time | relevance | path

Searched refs:VALUE (Results 1 – 25 of 173) sorted by relevance

1234567

/trunk/main/autodoc/source/ary/inc/
H A Dsci_impl.hxx69 template <class KEY, class VALUE>
70 class SCI_Map : public StdConstIterator< typename std::map<KEY,VALUE>::value_type >
73 typedef std::map<KEY,VALUE> source;
83 virtual const typename std::map<KEY,VALUE>::value_type *
95 template <class KEY, class VALUE>
96 class SCI_MultiMap : public StdConstIterator< typename std::multimap<KEY,VALUE>::value_type >
99 typedef std::multimap<KEY,VALUE> source;
112 virtual const typename std::multimap<KEY,VALUE>::value_type *
153 template <class KEY, class VALUE>
154 class SCI_DataInMap : public StdConstIterator<VALUE>
[all …]
/trunk/main/forms/source/xforms/
H A Dpropertysetbase.hxx72 template< typename CLASS, typename VALUE, class WRITER, class READER >
94 VALUE aVal; in approveValue()
100 VALUE aTypedVal = VALUE(); in setValue()
118 template< typename CLASS, typename VALUE >
121 , VALUE
122 , void (CLASS::*)( const VALUE& )
123 , VALUE (CLASS::*)() const
127 typedef void (CLASS::*Writer)( const VALUE& );
128 typedef VALUE (CLASS::*Reader)() const;
131 :GenericPropertyAccessor< CLASS, VALUE, Writer, Reader >( pInstance, pWriter, pReader ) in DirectPropertyAccessor()
[all …]
/trunk/main/extensions/test/ole/MfcControl/
H A DMfcControl.rc85 VALUE "CompanyName", "Star Office Entwicklungs GmbH\0"
86 VALUE "FileDescription", "MfcControl ActiveX Control Module\0"
87 VALUE "FileVersion", "1, 0, 0, 1\0"
88 VALUE "InternalName", "MfcControl\0"
89 VALUE "LegalCopyright", "Copyright (C) 2000\0"
90 VALUE "LegalTrademarks", "\0"
91 VALUE "OriginalFilename", "MfcControl.OCX\0"
92 VALUE "ProductName", "MfcControl ActiveX Control Module\0"
93 VALUE "ProductVersion", "1, 0, 0, 1\0"
94 VALUE "OLESelfRegister", "\0"
[all …]
/trunk/main/extensions/test/ole/EventListenerSample/EventListener/
H A DEventListener.rc94 VALUE "CompanyName", "\0"
95 VALUE "FileDescription", "EventListener Module\0"
96 VALUE "FileVersion", "1, 0, 0, 1\0"
97 VALUE "InternalName", "EventListener\0"
98 VALUE "LegalCopyright", "Copyright 2001\0"
99 VALUE "OriginalFilename", "EventListener.DLL\0"
100 VALUE "ProductName", "EventListener Module\0"
101 VALUE "ProductVersion", "1, 0, 0, 1\0"
102 VALUE "OLESelfRegister", "\0"
107 VALUE "Translation", 0x409, 1200
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.rc114 VALUE "CompanyName", "\0"
115 VALUE "FileDescription", "XCallback_Impl Module\0"
116 VALUE "FileVersion", "1, 0, 0, 1\0"
117 VALUE "InternalName", "XCallback_Impl\0"
118 VALUE "LegalCopyright", "Copyright 2000\0"
119 VALUE "OriginalFilename", "XCallback_Impl.DLL\0"
120 VALUE "ProductName", "XCallback_Impl Module\0"
121 VALUE "ProductVersion", "1, 0, 0, 1\0"
122 VALUE "OLESelfRegister", "\0"
127 VALUE "Translation", 0x409, 1200
/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.rc116 VALUE "CompanyName", "\0"
117 VALUE "FileDescription", "AxTestComponents Module\0"
118 VALUE "FileVersion", "1, 0, 0, 1\0"
119 VALUE "InternalName", "AxTestComponents\0"
120 VALUE "LegalCopyright", "Copyright 2000\0"
121 VALUE "OriginalFilename", "AxTestComponents.DLL\0"
122 VALUE "ProductName", "AxTestComponents Module\0"
123 VALUE "ProductVersion", "1, 0, 0, 1\0"
124 VALUE "OLESelfRegister", "\0"
129 VALUE "Translation", 0x409, 1200
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormatValueUtility.java57 public static final String VALUE = "value"; field in FormatValueUtility
84 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, ret); in applyValueForVariable()
89 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, String.valueOf(value)); in applyValueForVariable()
126 …variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, HSSFDateUtil.getExcelDate((Date) v… in applyValueForCell()
136 …variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, HSSFDateUtil.getExcelDate((Date) v… in applyValueForCell()
146 … variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, String.valueOf(value)); in applyValueForCell()
151 variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, String.valueOf(value)); in applyValueForCell()
158 … variableSection.setAttribute(OfficeNamespaces.OFFICE_NS, VALUE, String.valueOf(fvalue)); in applyValueForCell()
/trunk/main/tools/source/fsys/
H A Dtdir.cxx63 #define VALUE( nKindFlags ) \ in DECLARE_LIST() macro
113 if ( VALUE(pOldStat->nKindFlags) > VALUE(rNewStat.nKindFlags) ) in DECLARE_LIST()
115 if ( !(VALUE(pOldStat->nKindFlags) == VALUE(rNewStat.nKindFlags)) ) in DECLARE_LIST()
119 if ( VALUE(pOldStat->nKindFlags) < VALUE(rNewStat.nKindFlags) ) in DECLARE_LIST()
121 if ( !(VALUE(pOldStat->nKindFlags) == VALUE(rNewStat.nKindFlags)) ) in DECLARE_LIST()
201 #undef VALUE in DECLARE_LIST()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java45 private static final String VALUE = "Value"; field in PropertyBag
81 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
82 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics()
96 m_bag.removeProperty( VALUE); in checkBasics()
122 m_set.setPropertyValue( VALUE , testValue); in checkBasics()
123 final String currentValue = (String)m_set.getPropertyValue( VALUE); in checkBasics()
138 m_set.setPropertyValue( VALUE, Integer.valueOf( 3 ) ); in checkBasics()
/trunk/main/autodoc/inc/cosv/tpl/
H A Dtpltools.hxx84 template <class COLLECTION, class VALUE>
87 const VALUE & i_value );
196 template <class COLLECTION, class VALUE>
199 const VALUE & i_value ) in contains()
/trunk/main/xmloff/source/chart/
H A DPropertyMaps.cxx399 … if((( nValue & chart::ChartDataCaption::VALUE ) == chart::ChartDataCaption::VALUE )) in handleSpecialItem()
549 … SCH_XML_UNSETFLAG( nValue, chart::ChartDataCaption::VALUE | chart::ChartDataCaption::PERCENT ); in handleSpecialItem()
551 … SCH_XML_SETFLAG( nValue, chart::ChartDataCaption::VALUE | chart::ChartDataCaption::PERCENT ); in handleSpecialItem()
553 SCH_XML_SETFLAG( nValue, chart::ChartDataCaption::VALUE ); in handleSpecialItem()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DCurrentContextChecker.java44 ? (Object) VALUE : (Object) Any.VOID; in perform()
68 a.getType().equals(Type.STRING) && a.getObject().equals(VALUE); in performCheck()
76 private static final String VALUE = "good"; field in CurrentContextChecker
/trunk/main/testtools/source/bridgetest/
H A Dcurrentcontextchecker.cxx50 static char const VALUE[] = "good"; variable
77 ? css::uno::makeAny(::rtl::OUString::createFromAscii(VALUE)) in getValueByName()
120 return s.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(VALUE)); in performCheck()
/trunk/main/extensions/source/propctrlr/
H A Dformmetadata.cxx230 … DEF_INFO_2( HIDDEN_VALUE, VALUE, HIDDEN_VALUE, FORM_VISIBLE, COMPOSEABLE ), in getPropertyInfo()
231 …DEF_INFO_2( VALUE, VALUE, VALUE, DIALOG_VISIBLE, COMPOSEABLE … in getPropertyInfo()
254 DEF_INFO_1( EFFECTIVE_VALUE, VALUE, VALUE, DIALOG_VISIBLE ), in getPropertyInfo()
271 …DEF_INFO_2( SPINVALUE, VALUE, SPINVALUE, DIALOG_VISIBLE, COMPOSEABLE … in getPropertyInfo()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DEditPageParser.java94 this.m_sEditTime = ( String ) a.getAttribute( HTML.Attribute.VALUE ); in handleSimpleTag()
98 this.m_sEditToken = ( String ) a.getAttribute( HTML.Attribute.VALUE ); in handleSimpleTag()
102 this.m_sLoginToken = ( String ) a.getAttribute( HTML.Attribute.VALUE ); in handleSimpleTag()
/trunk/main/setup_native/scripts/
H A Dinstall_solaris.sh119 while getopts "alh" VALUE
121 echo $VALUE
122 case $VALUE in
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetLinkable.java58 tRes.tested("getLinkMode()", slm == SheetLinkMode.VALUE); in _getLinkMode()
75 oObj.link(linkUrl, linkSheetName, "", "", SheetLinkMode.VALUE); in _link()
H A D_XCellRangesQuery.java151 (short) CellFlags.VALUE); in _queryContentCells()
205 (short) FormulaResult.VALUE); in _queryFormulaCells()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedDataCaptionProperties.cxx76 nCaption |= ::com::sun::star::chart::ChartDataCaption::VALUE; in lcl_LabelToCaption()
91 if( nCaption & ::com::sun::star::chart::ChartDataCaption::VALUE ) in lcl_CaptionToLabel()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetLinkable.idl60 formulas are copied. With <const>SheetLinkMode::VALUE</const>,
74 formulas are copied. With <const>SheetLinkMode::VALUE</const>,
/trunk/main/formula/source/core/resource/
H A Dcore_resource.src131 String SC_OPCODE_VALUE { Text = "VALUE" ; };
361 String SC_OPCODE_ERROR_VALUE { Text = "#VALUE!" ; };
473 String SC_OPCODE_VALUE { Text = "VALUE" ; };
703 String SC_OPCODE_ERROR_VALUE { Text = "#VALUE!" ; };
1043 Text [ en-US ] = "VALUE" ;
1954 /* ERROR.TYPE( #VALUE! ) == 3 */
1957 Text [ en-US ] = "#VALUE!" ;
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java419 aDiaProp.setPropertyValue("DataCaption", ChartDataCaption.VALUE); in testDataLabel()
429 ChartDataCaption.VALUE, in testDataLabel()
/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java454 xfirstSheetLinkable.setLinkMode(SheetLinkMode.VALUE); in insertSheetFromFileLinkedValue()
457 SheetLinkMode.VALUE, xfirstSheetLinkable.getLinkMode()); in insertSheetFromFileLinkedValue()
H A DInsertCalcSheetTest.java454 xfirstSheetLinkable.setLinkMode(SheetLinkMode.VALUE); in insertSheetFromFileLinkedValue()
457 SheetLinkMode.VALUE, xfirstSheetLinkable.getLinkMode()); in insertSheetFromFileLinkedValue()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DPropertyIds.java84 VALUE (60, "Value"), enumConstant

1234567