/aoo41x/main/autodoc/source/ary/inc/ |
H A D | sci_impl.hxx | 69 template <class KEY, class VALUE> 95 template <class KEY, class VALUE> 153 template <class KEY, class VALUE> 167 virtual const VALUE * 225 template <class KEY, class VALUE> 232 template <class KEY, class VALUE> 233 SCI_Map<KEY,VALUE>::~SCI_Map() in ~SCI_Map() 237 template <class KEY, class VALUE> 239 SCI_Map<KEY,VALUE>::do_Advance() in do_Advance() 245 template <class KEY, class VALUE> [all …]
|
/aoo41x/main/forms/source/xforms/ |
H A D | propertysetbase.hxx | 94 VALUE aVal; in approveValue() 100 VALUE aTypedVal = VALUE(); in setValue() 118 template< typename CLASS, typename VALUE > 121 , VALUE 123 , VALUE (CLASS::*)() const 127 typedef void (CLASS::*Writer)( const VALUE& ); 128 typedef VALUE (CLASS::*Reader)() const; 158 template< typename CLASS, typename VALUE > 161 , VALUE 167 typedef void (SAL_CALL CLASS::*Writer)( const VALUE& ); [all …]
|
/aoo41x/main/extensions/test/ole/MfcControl/ |
H A D | MfcControl.rc | 85 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 …]
|
/aoo41x/main/extensions/test/ole/EventListenerSample/EventListener/ |
H A D | EventListener.rc | 94 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
|
/aoo41x/main/extensions/test/ole/AxTestComponents/ |
H A D | AxTestComponents.rc | 116 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
|
/aoo41x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | XCallback_Impl.rc | 114 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
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | FormatValueUtility.java | 57 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()
|
/aoo41x/main/tools/source/fsys/ |
H A D | tdir.cxx | 63 #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()
|
/aoo41x/main/dbaccess/qa/complex/dbaccess/ |
H A D | PropertyBag.java | 47 private static final String VALUE = "Value"; field in PropertyBag 88 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics() 89 m_bag.addProperty( VALUE, PropertyAttribute.BOUND, "" ); in checkBasics() 103 m_bag.removeProperty( VALUE); in checkBasics() 129 m_set.setPropertyValue( VALUE , testValue); in checkBasics() 130 final String currentValue = (String)m_set.getPropertyValue( VALUE); in checkBasics() 145 m_set.setPropertyValue( VALUE, Integer.valueOf( 3 ) ); in checkBasics()
|
/aoo41x/main/cosv/inc/cosv/tpl/ |
H A D | tpltools.hxx | 84 template <class COLLECTION, class VALUE> 87 const VALUE & i_value ); 196 template <class COLLECTION, class VALUE> 199 const VALUE & i_value ) in contains()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | PropertyMaps.cxx | 399 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()
|
/aoo41x/main/testtools/com/sun/star/comp/bridge/ |
H A D | CurrentContextChecker.java | 44 ? (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
|
/aoo41x/main/testtools/source/bridgetest/ |
H A D | currentcontextchecker.cxx | 50 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()
|
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | EditPageParser.java | 94 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()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formmetadata.cxx | 230 … 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()
|
/aoo41x/main/setup_native/scripts/ |
H A D | install_solaris.sh | 119 while getopts "alh" VALUE 121 echo $VALUE 122 case $VALUE in
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetLinkable.java | 58 tRes.tested("getLinkMode()", slm == SheetLinkMode.VALUE); in _getLinkMode() 75 oObj.link(linkUrl, linkSheetName, "", "", SheetLinkMode.VALUE); in _link()
|
H A D | _XCellRangesQuery.java | 151 (short) CellFlags.VALUE); in _queryContentCells() 205 (short) FormulaResult.VALUE); in _queryFormulaCells()
|
H A D | _XSheetOperation.java | 58 allFlags = CellFlags.VALUE | CellFlags.FORMULA; in _clearContents()
|
/aoo41x/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedDataCaptionProperties.cxx | 76 nCaption |= ::com::sun::star::chart::ChartDataCaption::VALUE; in lcl_LabelToCaption() 91 if( nCaption & ::com::sun::star::chart::ChartDataCaption::VALUE ) in lcl_CaptionToLabel()
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetLinkable.idl | 60 formulas are copied. With <const>SheetLinkMode::VALUE</const>, 74 formulas are copied. With <const>SheetLinkMode::VALUE</const>,
|
/aoo41x/main/formula/source/core/resource/ |
H A D | core_resource.src | 131 String SC_OPCODE_VALUE { Text = "VALUE" ; }; 356 String SC_OPCODE_ERROR_VALUE { Text = "#VALUE!" ; }; 468 String SC_OPCODE_VALUE { Text = "VALUE" ; }; 693 String SC_OPCODE_ERROR_VALUE { Text = "#VALUE!" ; }; 1033 Text [ en-US ] = "VALUE" ; 1924 /* ERROR.TYPE( #VALUE! ) == 3 */ 1927 Text [ en-US ] = "#VALUE!" ;
|
/aoo41x/test/testuno/source/fvt/uno/sd/chart/ |
H A D | ChartProperties.java | 419 aDiaProp.setPropertyValue("DataCaption", ChartDataCaption.VALUE); in testDataLabel() 429 ChartDataCaption.VALUE, in testDataLabel()
|
/aoo41x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XCell.java | 107 else if (oObj.getType() == CellContentType.VALUE) result &= true ; in _getType()
|
/aoo41x/main/desktop/win32/source/rebase/ |
H A D | rcheader.txt | 51 VALUE "Translation", 0x409, 1200
|