Home
last modified time | relevance | path

Searched refs:Value (Results 151 – 175 of 1749) sorted by relevance

12345678910>>...70

/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx152 rProp[i].Value >>= rCommandURL; in ExtractMenuParameters()
157 rProp[i].Value >>= rHelpURL; in ExtractMenuParameters()
161 rProp[i].Value >>= rSubMenu; in ExtractMenuParameters()
165 rProp[i].Value >>= rLabel; in ExtractMenuParameters()
169 rProp[i].Value >>= rType; in ExtractMenuParameters()
173 rProp[i].Value >>= rStyle; in ExtractMenuParameters()
242 rProps[0].Value <<= rCommandURL.intern(); in initPropertyCommon()
243 rProps[1].Value <<= rHelpId; in initPropertyCommon()
245 rProps[3].Value <<= rLabel; in initPropertyCommon()
246 rProps[4].Value <<= nItemStyleBits; in initPropertyCommon()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlsorti.cxx154 aSortDescriptor[0].Value = ::cppu::bool2any(bBindFormatsToContent); in EndElement()
156 aSortDescriptor[1].Value = ::cppu::bool2any(bCopyOutputData); in EndElement()
158 aSortDescriptor[2].Value = ::cppu::bool2any(bIsCaseSensitive); in EndElement()
160 aSortDescriptor[3].Value = ::cppu::bool2any(bEnabledUserList); in EndElement()
162 aSortDescriptor[4].Value <<= aOutputPosition; in EndElement()
164 aSortDescriptor[5].Value <<= nUserListIndex; in EndElement()
166 aSortDescriptor[6].Value <<= aSortFields; in EndElement()
173 aSortDescriptor[7].Value <<= aLocale; in EndElement()
178 aSortDescriptor[6 + i].Value <<= sAlgorithm; in EndElement()
/trunk/main/sfx2/source/sidebar/
H A DControllerFactory.cxx91 aPropValue.Value <<= rxFrame; in CreateToolBoxController()
95 aPropValue.Value <<= ::comphelper::getProcessServiceFactory(); in CreateToolBoxController()
99 aPropValue.Value <<= rsCommandName; in CreateToolBoxController()
163 aPropValue.Value <<= sModuleName; in CreateToolBarController()
167 aPropValue.Value <<= rxFrame; in CreateToolBarController()
171 aPropValue.Value <<= comphelper::getProcessServiceFactory(); in CreateToolBarController()
175 aPropValue.Value <<= VCLUnoHelper::GetInterface(pToolBox); in CreateToolBarController()
181 aPropValue.Value <<= nWidth; in CreateToolBarController()
/trunk/main/framework/source/uifactory/
H A Daddonstoolboxfactory.cxx137 if ( rPropSeq[j].Value >>= aContextList ) in hasButtonsInContext()
144 rPropSeq[j].Value >>= aURL; in hasButtonsInContext()
178 Args[n].Value >>= aConfigData; in createUIElement()
180 Args[n].Value >>= xFrame; in createUIElement()
182 Args[n].Value >>= aResourceURL; in createUIElement()
197 aPropValue.Value <<= xFrame; in createUIElement()
200 aPropValue.Value <<= aConfigData; in createUIElement()
203 aPropValue.Value <<= aResourceURL; in createUIElement()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XImportable.java100 descriptor[0].Value = "Bibliography"; in _doImport()
101 descriptor[1].Value = com.sun.star.sheet.DataImportMode.TABLE; in _doImport()
102 descriptor[2].Value = "biblio"; in _doImport()
113 descriptor[0].Value = "Bibliography"; in _doImport()
114 descriptor[1].Value = com.sun.star.sheet.DataImportMode.SQL; in _doImport()
115 descriptor[2].Value = "select Author from biblio"; in _doImport()
131 log.println("\tValue: " + props[i].Value); in printPropertyValue()
157 Type ValueType = new Type(props[i].Value.getClass()); in checkPropertyTypes()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx902 aPropSeq[i].Value >>= aLabel; in RetrieveLabelFromCommand()
980 aPropValue.Value <<= m_xFrame; in CreateControllers()
995 aPropValue.Value <<= nWidth; in CreateControllers()
1089 aPropValue.Value <<= m_xFrame; in CreateControllers()
1110 aPropValue.Value <<= nWidth; in CreateControllers()
1352 aProp[i].Value >>= aHelpURL; in FillToolbar()
1354 aProp[i].Value >>= aTooltip; in FillToolbar()
1356 aProp[i].Value >>= aLabel; in FillToolbar()
1358 aProp[i].Value >>= nType; in FillToolbar()
1362 aProp[i].Value >>= nWidth; in FillToolbar()
[all …]
H A Dstatusbarmanager.cxx393 aPropValue.Value <<= aCommandURL; in CreateControllers()
397 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
401 aPropValue.Value <<= m_xFrame; in CreateControllers()
406 aPropValue.Value <<= m_xServiceManager; in CreateControllers()
410 aPropValue.Value <<= xStatusbarWindow; in CreateControllers()
415 aPropValue.Value <<= nId; in CreateControllers()
419 aPropValue.Value <<= xStatusbarItem; in CreateControllers()
530 aProp[i].Value >>= nStyle; in FillStatusBar()
534 aProp[i].Value >>= nType; in FillStatusBar()
538 aProp[i].Value >>= nWidth; in FillStatusBar()
[all …]
H A Dspinfieldtoolbarcontroller.cxx257 aArgs[0].Value <<= KeyModifier; in getExecuteArgs()
260 aArgs[1].Value <<= aSpinfieldText.toDouble(); in getExecuteArgs()
262 aArgs[1].Value <<= aSpinfieldText.toInt32(); in getExecuteArgs()
383 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
400 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
418 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
436 rControlCommand.Arguments[i].Value >>= m_aOutFormat; in executeControlCommand()
449 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
466 if ( impl_getValue( rControlCommand.Arguments[i].Value, nValue, fValue, bFloat )) in executeControlCommand()
479 rControlCommand.Arguments[i].Value >>= m_aOutFormat; in executeControlCommand()
/trunk/main/svx/source/items/
H A Dzoomslideritem.cxx116 aSeq[0].Value <<= sal_Int32( GetValue() ); in QueryValue()
118 aSeq[1].Value <<= maValues; in QueryValue()
120 aSeq[2].Value <<= mnMinZoom; in QueryValue()
122 aSeq[3].Value <<= mnMaxZoom; in QueryValue()
177 bAllConverted &= ( aSeq[i].Value >>= nCurrentZoom ); in PutValue()
182 bAllConverted &= ( aSeq[i].Value >>= aValues ); in PutValue()
187 bAllConverted &= ( aSeq[i].Value >>= nMinZoom ); in PutValue()
192 bAllConverted &= ( aSeq[i].Value >>= nMaxZoom ); in PutValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchRecorder.java86 prop.Value = "XDispatchRecorder.endRecording()"; in _getRecordedMacro()
137 prop.Value = "XDispatchRecorder.recordDispatch()"; in _recordDispatch()
151 && macro.indexOf((String)dispArgs[0].Value) > -1; in _recordDispatch()
153 + "' or its argument '" + dispArgs[0].Value in _recordDispatch()
168 prop.Value = "XDispatchRecorder.recordDispatchAsComment()"; in _recordDispatchAsComment()
182 && macro.indexOf((String)dispArgs[0].Value) > -1; in _recordDispatchAsComment()
184 + "' or its argument '" + dispArgs[0].Value in _recordDispatchAsComment()
188 int idx = macro.indexOf((String)dispArgs[0].Value); in _recordDispatchAsComment()
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx137 setValue( rProps[nProp].Name, rProps[nProp].Value ); in SfxPrinterController()
142 aRenderOptions[1].Value = i_rViewProp; in SfxPrinterController()
144 aRenderOptions[2].Value <<= sal_True; in SfxPrinterController()
154 aRenderParms[i].Value >>= aUIProps; in SfxPrinterController()
201 pVal->Value >>= bSel; in getSelectionObject()
208 pVal->Value >>= nChoice; in getSelectionObject()
225 aRenderOptions[ 0 ].Value <<= mxDevice; in getMergedOptions()
633 pVal[i].Value >>= aPrinterName; in ExecPrint()
746 aProps[nProp].Value >>= bAsynchron; in ExecPrint_Impl()
747 aProps[nProp].Value <<= (sal_Bool) (!bAsynchron); in ExecPrint_Impl()
[all …]
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx509 void RegistryKeyImplWin9x::SetValue(const RegistryValue& Value) in SetValue() argument
516 if (REG_SZ == Value->GetType()) in SetValue()
518 std::string AnsiStr = Value->GetDataAsAnsiString(); in SetValue()
522 UnicodeToAnsiString(Value->GetName()).c_str(), in SetValue()
524 Value->GetType(), in SetValue()
532 UnicodeToAnsiString(Value->GetName()).c_str(), in SetValue()
534 Value->GetType(), in SetValue()
535 reinterpret_cast<const unsigned char*>(Value->GetDataBuffer()), in SetValue()
536 static_cast<DWORD>(Value->GetDataSize())); in SetValue()
/trunk/main/svtools/source/uno/
H A Dunoevent.cxx228 aTypeValue.Value = aTmp; in getAnyFromMacro()
236 aNameValue.Value = aTmp; in getAnyFromMacro()
244 aLibValue.Value = aTmp; in getAnyFromMacro()
261 aTypeValue.Value = aTmp; in getAnyFromMacro()
269 aNameValue.Value = aTmp; in getAnyFromMacro()
293 aKindValue.Value = aTmp; in getAnyFromMacro()
325 aValue.Value >>= sTmp; in getMacroFromAny()
350 aValue.Value >>= sMacroVal; in getMacroFromAny()
354 aValue.Value >>= sLibVal; in getMacroFromAny()
358 aValue.Value >>= sScriptVal; in getMacroFromAny()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphIndentAndSpacing.java83 aStoreProperties_odt[0].Value = true; in testParagraphSpacingSetting()
85 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphSpacingSetting()
93 aStoreProperties_doc[0].Value = true; in testParagraphSpacingSetting()
95 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphSpacingSetting()
140 aStoreProperties_odt[0].Value = true; in testParagraphIndent()
142 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphIndent()
150 aStoreProperties_doc[0].Value = true; in testParagraphIndent()
152 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphIndent()
H A DParagraphDropcap.java84 aStoreProperties_odt[0].Value = true; in testParagraphDropcapSetting()
86 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphDropcapSetting()
94 aStoreProperties_doc[0].Value = true; in testParagraphDropcapSetting()
96 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphDropcapSetting()
140 aStoreProperties_odt[0].Value = true; in testParagraphDropcapWholewordSetting()
142 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphDropcapWholewordSetting()
150 aStoreProperties_doc[0].Value = true; in testParagraphDropcapWholewordSetting()
152 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphDropcapWholewordSetting()
H A DParagraphOutlineAndNumbering.java81 aStoreProperties_odt[0].Value = true; in testOutlineAndNumbering_NumberStyle()
83 aStoreProperties_odt[1].Value = "writer8"; in testOutlineAndNumbering_NumberStyle()
91 aStoreProperties_doc[0].Value = true; in testOutlineAndNumbering_NumberStyle()
93 aStoreProperties_doc[1].Value = "MS Word 97"; in testOutlineAndNumbering_NumberStyle()
141 aStoreProperties_odt[0].Value = true; in testOutlineAndNumbering_ListStyle()
143 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testOutlineAndNumbering_ListStyle()
151 aStoreProperties_doc[0].Value = true; in testOutlineAndNumbering_ListStyle()
153 aStoreProperties_doc[1].Value = "MS Word 97"; in testOutlineAndNumbering_ListStyle()
/trunk/main/scp2/inc/
H A Dmacros.inc56 ALL_LANG(Value,STR_REG_VAL_##id);
68 ALL_LANG(Value,STR_VALUE_##ident)
71 ALL_LANG(Value,vident)
390 Value = " "; \
399 Value = " "; \
407 Value = STRING(CONCAT2(OpenOffice.,name)); \
424 Value = "<progpath>\program\soffice.exe," STRING(icon_id); \
432 Value = STRING(default); \
479 Value = STRING(CONCAT2(OpenOffice.,name)); \
489 Value = STRING(CONCAT2(OpenOffice.,name)); \
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx471 lQuery[0].Value <<= sTypeName; in GuessFilterControlDefaultUI()
663 aSeq[0].Value <<= ::rtl::OUString( rMediaType ); in GetFilter4Mime()
693 aSeq[0].Value <<= ::rtl::OUString( rType ); in GetFilter4EA()
735 aSeq[0].Value <<= aExts; in GetFilter4Extension()
747 aSeq[0].Value <<= aName; in GetFilter4ClipBoardId()
952 lFilterProperties[nFilterProperty].Value >>= nFormatVersion; in ReadSingleFilter_Impl()
960 lFilterProperties[nFilterProperty].Value >>= nFlags; in ReadSingleFilter_Impl()
964 lFilterProperties[nFilterProperty].Value >>= sUIName; in ReadSingleFilter_Impl()
969 lFilterProperties[nFilterProperty].Value >>= lUserData; in ReadSingleFilter_Impl()
974 lFilterProperties[nFilterProperty].Value >>= sServiceName; in ReadSingleFilter_Impl()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx473 aPropVal.Value <<= bMirrorX; in SetMirroredX()
484 aPropVal.Value <<= bMirrorY; in SetMirroredY()
673 aPropVal.Value <<= sShapeType; in MergeDefaultAttributes()
742 aPropVal.Value <<= aViewBox; in MergeDefaultAttributes()
786 aPropVal.Value <<= seqGluePoints; in MergeDefaultAttributes()
913 aPropVal.Value <<= seqSegments; in MergeDefaultAttributes()
928 aPropVal.Value <<= nXRef; in MergeDefaultAttributes()
944 aPropVal.Value <<= nYRef; in MergeDefaultAttributes()
969 aPropVal.Value <<= seqTextFrames; in MergeDefaultAttributes()
988 aPropVal.Value <<= seqEquations; in MergeDefaultAttributes()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOQueryDesign.java135 param1.Value = "Bibliography"; in createTestEnvironment()
139 param2.Value = new Boolean(false); in createTestEnvironment()
142 param1.Value = xConn; in createTestEnvironment()
193 param1.Value = "Bibliography"; in createTestEnvironment()
197 param2.Value = xTextFrame; in createTestEnvironment()
201 param3.Value = new Boolean(true); in createTestEnvironment()
218 ExceptionParam1.Value = "Bibliography2"; in createTestEnvironment()
222 ExceptionParam2.Value = null; in createTestEnvironment()
226 ExceptionParam3.Value = new Integer(17); // new Boolean(true); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java147 sValue = AnyConverter.toString(_aValue.Value); in showProperty()
236 Arg.Value = Boolean.TRUE; in loadFromURL()
244 Arg.Value = _aGTA.getImportFilterName(); in loadFromURL()
250 ReadOnly.Value = Boolean.TRUE; in loadFromURL()
307 aFiltername.Value = getFilterName_forPDF(xServiceInfo); in exportToPDF()
573 Arg.Value = _aGTA.getPrinterName(); in impl_printToFileWithOOo()
612 Arg.Value = _sPrintFileURL; in impl_printToFileWithOOo()
637 Arg.Value = sPages; in impl_printToFileWithOOo()
991 String sValue = (String)aPropertyValue.Value; in getInternalFilterName()
1068 String sValue = (String)aPropertyValue.Value; in getServiceNameFromFilterName()
[all …]
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx520 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_ET_CONUSR.GetText().ToUpperAscii());
522 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_ConPwd);
526 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_SysPwd);
528 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_DomainPwd);
534 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_DATADEV_File);
536 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_SYSDEV_File);
538 aCreateArgs[nPos++].Value <<= ::rtl::OUString(m_TRANSDEV_File);
540 aCreateArgs[nPos++].Value <<= sal_Int32(m_NF_DATADEVSPACE_SIZE.GetValue()*256);
542 aCreateArgs[nPos++].Value <<= sal_Int32(m_NF_TRANSACTIONLOG_SIZE.GetValue()*256);
547 aCreateArgs[nPos++].Value <<= ::cppu::bool2any(sal_True);
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DBooleanValidator.java40 public String explainInvalid( Object Value ) in explainInvalid() argument
44 if ( m_converter.isVoid( Value ) ) in explainInvalid()
46 boolean value = ((Boolean)Value).booleanValue(); in explainInvalid()
57 public boolean isValid( Object Value ) in isValid() argument
61 if ( m_converter.isVoid( Value ) ) in isValid()
64 boolean value = ((Boolean)Value).booleanValue(); in isValid()
/trunk/main/forms/qa/integration/forms/
H A DBooleanValidator.java46 public String explainInvalid( Object Value ) in explainInvalid() argument
50 if ( m_converter.isVoid( Value ) ) in explainInvalid()
52 boolean value = ((Boolean)Value).booleanValue(); in explainInvalid()
63 public boolean isValid( Object Value ) in isValid() argument
67 if ( m_converter.isVoid( Value ) ) in isValid()
70 boolean value = ((Boolean)Value).booleanValue(); in isValid()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1608 if (rProperty.Value >>= nColor) in setProperty()
1639 if (rProperty.Value >>= nEraseAllInk) in setProperty()
1656 if (rProperty.Value >>= nSwitchPenMode) in setProperty()
1675 if (rProperty.Value >>= nSwitchEraserMode) in setProperty()
1695 if (rProperty.Value >>= nEraseInk) in setProperty()
1713 if (rProperty.Value >>= nWidth) in setProperty()
1728 if (! (rProperty.Value >>= bAdvanceOnClick)) in setProperty()
1765 if (! (rProperty.Value >>= mbMouseVisible)) in setProperty()
1783 if (! (rProperty.Value >>= bRehearseTimings)) in setProperty()
1814 if (! (rProperty.Value >>= xBitmap)) in setProperty()
[all …]

Completed in 172 milliseconds

12345678910>>...70