/trunk/main/uui/source/ |
H A D | iahndl.cxx | 476 aArguments.push_back( aName ); in handleRequest_impl() 591 aArguments, in handleRequest_impl() 606 aArguments. in handleRequest_impl() 613 aArguments, in handleRequest_impl() 630 aArguments, in handleRequest_impl() 665 aArguments.reserve(2); in handleRequest_impl() 673 aArguments, in handleRequest_impl() 695 aArguments, in handleRequest_impl() 735 aArguments.push_back(aStratum); in handleRequest_impl() 986 aArguments[ 0 ] <<= aProperty; in getInteractionHandlerList() [all …]
|
H A D | iahndl-ioexceptions.cxx | 126 std::vector< rtl::OUString > aArguments; in handleInteractiveIOException() local 213 aArguments.reserve(2); in handleInteractiveIOException() 214 aArguments.push_back(aArgUri); in handleInteractiveIOException() 215 aArguments.push_back(aArgFolder); in handleInteractiveIOException() 220 aArguments.push_back(aArgFolder); in handleInteractiveIOException() 255 aArguments.push_back(aArgUri); in handleInteractiveIOException() 278 aArguments.reserve(2); in handleInteractiveIOException() 279 aArguments.push_back(aArgVolume); in handleInteractiveIOException() 307 aArguments.push_back(aArgUri); in handleInteractiveIOException() 321 aArguments.push_back(aArgUri); in handleInteractiveIOException() [all …]
|
H A D | iahndl-locking.cxx | 86 std::vector< rtl::OUString > aArguments; in handleLockedDocumentRequest_() local 87 aArguments.push_back( aDocumentURL ); in handleLockedDocumentRequest_() 92 aArguments.push_back( aInfo.getLength() in handleLockedDocumentRequest_() 99 aMessage, aArguments ); in handleLockedDocumentRequest_() 107 aArguments.push_back( aInfo.getLength() in handleLockedDocumentRequest_() 114 aMessage, aArguments ); in handleLockedDocumentRequest_() 123 aArguments.push_back( aInfo ); in handleLockedDocumentRequest_() 129 aMessage, aArguments ); in handleLockedDocumentRequest_()
|
/trunk/main/chart2/source/tools/ |
H A D | DataSourceHelper.cxx | 157 uno::Sequence< beans::PropertyValue > aArguments(3); in createArguments() local 158 aArguments[0] = beans::PropertyValue( C2U("DataRowSource") in createArguments() 164 aArguments[2] = beans::PropertyValue( C2U("HasCategories") in createArguments() 168 return aArguments; in createArguments() 177 aArguments.realloc( aArguments.getLength() + 1 ); in createArguments() 178 aArguments[aArguments.getLength() - 1] = in createArguments() 184 aArguments.realloc( aArguments.getLength() + 1 ); in createArguments() 185 aArguments[aArguments.getLength() - 1] = in createArguments() 190 return aArguments; in createArguments() 452 uno::Sequence< beans::PropertyValue > aArguments( in setRangeSegmentation() local [all …]
|
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | OOoBean.java | 540 final com.sun.star.beans.PropertyValue aArguments[] ) in loadFromURL() argument 719 final com.sun.star.beans.PropertyValue aArguments[] ) in loadFromStream() argument 770 final com.sun.star.beans.PropertyValue aArguments[] ) in loadFromByteArray() argument 842 try { aDocument.storeToURL( aURL, aArguments ); } in storeToURL() 1345 com.sun.star.beans.PropertyValue aArguments[], in addArgument() argument 1350 if ( aArguments != null ) in addArgument() 1351 nNumArgs = aArguments.length; in addArgument() 1356 if ( aArguments[n].Name == aArgument.Name ) in addArgument() 1359 aArguments[n] = aArgument; in addArgument() 1362 return aArguments; in addArgument() [all …]
|
/trunk/main/embeddedobj/test/MainThreadExecutor/ |
H A D | xexecutor.cxx | 54 const uno::Sequence< beans::NamedValue >& aArguments ) in MainThreadExecutor_Impl() 56 , m_aArgs( aArguments ) in MainThreadExecutor_Impl() 62 …Any SAL_CALL UNOMainThreadExecutor::execute( const uno::Sequence< beans::NamedValue >& aArguments ) in execute() argument 69 if ( aArguments.getLength() > 0 && aArguments[0].Name.equalsAscii( "JobToExecute" ) ) in execute() 70 aArguments[0].Value >>= xJob; in execute() 76 if ( aArguments.getLength() > 1 ) in execute() 77 …aArgsForJob = uno::Sequence< beans::NamedValue >( aArguments.getConstArray() + 1, aArguments.getLe… in execute()
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/ |
H A D | filterdetect.cxx | 63 OUString SAL_CALL FilterDetect::detect(Sequence< PropertyValue >& aArguments ) in detect() argument 72 for ( sal_Int32 i = 0 ; i < aArguments.getLength(); i++) in detect() 74 OUString aName = aArguments[i].Name; in detect() 76 aArguments[i].Value >>= sOriginalTypeName; in detect() 78 aArguments[i].Value >>= sURL; in detect() 80 aArguments[i].Value >>= xInStream; in detect() 168 void SAL_CALL FilterDetect::initialize( const Sequence< Any >& aArguments ) in initialize() argument 172 sal_Int32 nLength = aArguments.getLength(); in initialize() 173 if ( nLength && ( aArguments[0] >>= aAnySeq ) ) in initialize()
|
/trunk/main/sd/source/ui/framework/module/ |
H A D | ModuleController.cxx | 259 Sequence<Any> aArguments(1); in ProcessStartupService() local 260 aArguments[0] <<= mxController; in ProcessStartupService() 265 xGlobalFactory->createInstanceWithArguments(sServiceName, aArguments); in ProcessStartupService() 305 Sequence<Any> aArguments(1); in requestResource() local 306 aArguments[0] <<= mxController; in requestResource() 313 aArguments); in requestResource() 332 void SAL_CALL ModuleController::initialize (const Sequence<Any>& aArguments) in initialize() argument 335 if (aArguments.getLength() > 0) in initialize() 340 mxController = Reference<frame::XController>(aArguments[0], UNO_QUERY_THROW); in initialize()
|
/trunk/main/sd/source/ui/slideshow/ |
H A D | slideshow.cxx | 705 startWithArguments( aArguments ); in start() 834 Sequence< PropertyValue > aArguments(1); in rehearseTimings() local 836 aArguments[0].Value <<= sal_True; in rehearseTimings() 837 startWithArguments( aArguments ); in rehearseTimings() 953 aArguments[0].Name = C2U("Preview"); in startPreview() 954 aArguments[0].Value <<= sal_True; in startPreview() 956 aArguments[1].Name = C2U("FirstPage"); in startPreview() 957 aArguments[1].Value <<= xDrawPage; in startPreview() 960 aArguments[2].Value <<= xAnimationNode; in startPreview() 967 aArguments[3].Value <<= xParentWindow; in startPreview() [all …]
|
/trunk/main/filter/source/xmlfilterdetect/ |
H A D | filterdetect.cxx | 98 …com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& aArguments ) throw( com::su… in detect() argument 109 const PropertyValue * pValue = aArguments.getConstArray(); in detect() 113 nLength = aArguments.getLength(); in detect() 232 if ( location == aArguments.getLength() ) in detect() 234 aArguments.realloc(nLength+1); in detect() 235 aArguments[location].Name = ::rtl::OUString::createFromAscii( "TypeName" ); in detect() 237 aArguments[location].Value <<=sTypeName; in detect() 265 void SAL_CALL FilterDetect::initialize( const Sequence< Any >& aArguments ) in initialize() argument 269 sal_Int32 nLength = aArguments.getLength(); in initialize() 270 if ( nLength && ( aArguments[0] >>= aAnySeq ) ) in initialize()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
H A D | OOXMLViewer.java | 52 public static void main (final String[] aArguments) in main() argument 67 for (int nIndex=0; nIndex<aArguments.length; ++nIndex) in main() 69 if (aArguments[nIndex].startsWith("-")) in main() 71 switch (aArguments[nIndex]) in main() 75 if (nIndex >= aArguments.length) in main() 80 ParserFactory.SetParserTableFilename(aArguments[nIndex]); in main() 84 System.out.printf("unknown option '%s'\n", aArguments[nIndex]); in main() 91 aFilenames.add(aArguments[nIndex]); in main()
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | ViewSample.java | 102 com.sun.star.beans.PropertyValue[] aArguments = new com.sun.star.beans.PropertyValue[2]; in doSampleFunction() local 103 aArguments[0] = new com.sun.star.beans.PropertyValue(); in doSampleFunction() 104 aArguments[0].Name = "Title"; in doSampleFunction() 105 aArguments[0].Value = "Please select a cell range (e.g. C4:E6)"; in doSampleFunction() 106 aArguments[1] = new com.sun.star.beans.PropertyValue(); in doSampleFunction() 107 aArguments[1].Name = "CloseOnMouseRelease"; in doSampleFunction() 108 aArguments[1].Value = new Boolean(true); in doSampleFunction() 109 xRngSel.startRangeSelection( aArguments ); in doSampleFunction()
|
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | ViewSample.cs | 106 unoidl.com.sun.star.beans.PropertyValue[] aArguments = in doSampleFunction() 108 aArguments[0] = new unoidl.com.sun.star.beans.PropertyValue(); in doSampleFunction() 109 aArguments[0].Name = "Title"; in doSampleFunction() 110 aArguments[0].Value = new uno.Any( "Please select a range" ); in doSampleFunction() 111 aArguments[1] = new unoidl.com.sun.star.beans.PropertyValue(); in doSampleFunction() 112 aArguments[1].Name = "CloseOnMouseRelease"; in doSampleFunction() 113 aArguments[1].Value = new uno.Any( true ); in doSampleFunction() 114 xRngSel.startRangeSelection( aArguments ); in doSampleFunction()
|
/trunk/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydata.cxx | 313 aArguments[ 0 ] <<= aProperty; in setData() 319 aArguments ), in setData() 588 uno::Sequence< uno::Any > aArguments( 1 ); in move() local 594 aArguments[ 0 ] <<= aProperty; in move() 600 aArguments ), in move() 620 aArguments[ 0 ] <<= aProperty; in move() 626 aArguments ), in move() 889 aArguments[ 0 ] <<= aProperty; in remove() 895 aArguments ), in remove() 1131 uno::Sequence< uno::Any > aArguments( 1 ); in getRootReadAccess() local [all …]
|
H A D | hierarchyprovider.cxx | 160 const uno::Sequence< uno::Any >& aArguments ) in initialize() 164 if ( aArguments.getLength() > 0 ) in initialize() 167 aArguments[ 0 ] >>= m_xConfigProvider; in initialize() 174 if ( aArguments.getLength() > 0 ) in initialize() 253 uno::Sequence< uno::Any > aArguments( 1 ); in getRootConfigReadNameAccess() local 259 aArguments[ 0 ] <<= aProperty; in getRootConfigReadNameAccess() 270 aArguments ), in getRootConfigReadNameAccess()
|
/trunk/main/xmlsecurity/source/framework/ |
H A D | decryptorimpl.cxx | 181 void SAL_CALL DecryptorImpl::initialize( const cssu::Sequence< cssu::Any >& aArguments ) in initialize() argument 184 OSL_ASSERT(aArguments.getLength() == 5); in initialize() 188 aArguments[0] >>= ouTempString; in initialize() 190 aArguments[1] >>= m_xSAXEventKeeper; in initialize() 191 aArguments[2] >>= ouTempString; in initialize() 193 aArguments[3] >>= m_xXMLSecurityContext; in initialize() 194 aArguments[4] >>= m_xXMLEncryption; in initialize()
|
H A D | signatureverifierimpl.cxx | 175 const cssu::Sequence< cssu::Any >& aArguments ) in initialize() 178 OSL_ASSERT(aArguments.getLength() == 5); in initialize() 182 aArguments[0] >>= ouTempString; in initialize() 184 aArguments[1] >>= m_xSAXEventKeeper; in initialize() 185 aArguments[2] >>= ouTempString; in initialize() 187 aArguments[3] >>= m_xXMLSecurityContext; in initialize() 188 aArguments[4] >>= m_xXMLSignature; in initialize()
|
H A D | encryptorimpl.cxx | 215 void SAL_CALL EncryptorImpl::initialize( const cssu::Sequence< cssu::Any >& aArguments ) in initialize() argument 218 OSL_ASSERT(aArguments.getLength() == 5); in initialize() 222 aArguments[0] >>= ouTempString; in initialize() 224 aArguments[1] >>= m_xSAXEventKeeper; in initialize() 225 aArguments[2] >>= ouTempString; in initialize() 227 aArguments[3] >>= m_xSecurityEnvironment; in initialize() 228 aArguments[4] >>= m_xXMLEncryption; in initialize()
|
H A D | signaturecreatorimpl.cxx | 231 void SAL_CALL SignatureCreatorImpl::initialize( const cssu::Sequence< cssu::Any >& aArguments ) in initialize() argument 234 OSL_ASSERT(aArguments.getLength() == 5); in initialize() 238 aArguments[0] >>= ouTempString; in initialize() 240 aArguments[1] >>= m_xSAXEventKeeper; in initialize() 241 aArguments[2] >>= ouTempString; in initialize() 243 aArguments[3] >>= m_xSecurityEnvironment; in initialize() 244 aArguments[4] >>= m_xXMLSignature; in initialize()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartDropTargetHelper.cxx | 143 Sequence< beans::PropertyValue > aArguments( in ExecuteDrop() local 148 for( sal_Int32 i=0; i<aArguments.getLength(); ++i ) in ExecuteDrop() 150 … if( aArguments[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CellRangeRepresentation"))) in ExecuteDrop() 152 pCellRange = (aArguments.getArray() + i); in ExecuteDrop() 153 aArguments[i].Value >>= aOldRange; in ExecuteDrop() 172 … xDataSource.set( xDataProvider->createDataSource( aArguments )); in ExecuteDrop() 173 xDiagram->setDiagramData( xDataSource, aArguments ); in ExecuteDrop()
|
/trunk/main/scripting/source/dlgprov/ |
H A D | dlgprov.cxx | 672 if ( aArguments.getLength() == 1 ) in initialize() 674 aArguments[0] >>= m_xModel; in initialize() 683 else if ( aArguments.getLength() == 4 ) in initialize() 686 aArguments[0] >>= m_xModel; in initialize() 688 m_BasicInfo->mxInput.set( aArguments[ 1 ], UNO_QUERY_THROW ); in initialize() 689 m_BasicInfo->mxDlgLib.set( aArguments[ 2 ], UNO_QUERY_THROW ); in initialize() 693 m_BasicInfo->mxBasicRTLListener.set( aArguments[ 3 ], UNO_QUERY); in initialize() 695 else if ( aArguments.getLength() > 4 ) in initialize() 810 ::comphelper::NamedValueCollection aArguments( Arguments ); in createDialogWithArguments() 813 if ( aArguments.has( "ParentWindow" ) ) in createDialogWithArguments() [all …]
|
/trunk/main/svx/source/sidebar/ |
H A D | PanelFactory.cxx | 115 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement() local 116 Reference<frame::XFrame> xFrame (aArguments.getOrDefault("Frame", Reference<frame::XFrame>())); in createUIElement() 117 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement() 118 … Reference<ui::XSidebar> xSidebar (aArguments.getOrDefault("Sidebar", Reference<ui::XSidebar>())); in createUIElement() 119 const sal_uInt64 nBindingsValue (aArguments.getOrDefault("SfxBindings", sal_uInt64(0))); in createUIElement() 122 aArguments.getOrDefault("ApplicationName", OUString()), in createUIElement() 123 aArguments.getOrDefault("ContextName", OUString())); in createUIElement()
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterPaneFactory.cxx | 317 Sequence<Any> aArguments (6); in CreatePane() local 318 aArguments[0] <<= rxPaneId; in CreatePane() 319 aArguments[1] <<= rxParentPane->getWindow(); in CreatePane() 320 aArguments[2] <<= rxParentPane->getCanvas(); in CreatePane() 321 aArguments[3] <<= rsTitle; in CreatePane() 322 aArguments[4] <<= Reference<drawing::framework::XPaneBorderPainter>( in CreatePane() 325 aArguments[5] <<= bIsSpritePane ? false : true; in CreatePane() 326 xPane->initialize(aArguments); in CreatePane()
|
/trunk/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 550 ByteString aArguments(RTL_CONSTASCII_STRINGPARAM(ARGUMENT_PREFIX)); in EnableOfficeIPCThread() local 553 addArgument(&aArguments, '1', cwdUrl))) in EnableOfficeIPCThread() 555 aArguments += '0'; in EnableOfficeIPCThread() 565 if (!addArgument(&aArguments, ',', aDummy)) { in EnableOfficeIPCThread() 570 pThread->maStreamPipe.write( aArguments.GetBuffer(), aArguments.Len() ); in EnableOfficeIPCThread() 689 ByteString aArguments; in run() local 699 aArguments += pBuf; in run() 706 if ( aArguments.Len() == 0 ) in run() 710 … if(( aArguments.CompareTo( sc_aTerminationSequence, sc_nTSeqLength ) == COMPARE_EQUAL ) || in run() 716 Parser p( aArguments ); in run() [all …]
|
/trunk/main/embeddedobj/test/mtexecutor/ |
H A D | mainthreadexecutor.cxx | 56 uno::Any SAL_CALL MainThreadExecutor::execute( const uno::Sequence< beans::NamedValue >& aArguments… in execute() argument 65 for ( sal_Int32 nInd = 0; nInd < aArguments.getLength(); nInd++ ) in execute() 66 if ( aArguments[nInd].Name.equalsAscii( "JobToExecute" ) ) in execute() 67 aArguments[nInd].Value >>= xJob; in execute() 71 aValues[nValuesSize-1].Name = aArguments[nInd].Name; in execute() 72 aValues[nValuesSize-1].Value = aArguments[nInd].Value; in execute()
|