| /AOO42X/main/sal/osl/w32/ |
| H A D | process.cxx | 267 rtl_uString ** ppArgs = in osl_createCommandArgs_Impl() local 269 if (ppArgs != 0) in osl_createCommandArgs_Impl() 278 rtl_uString_newFromStr( &(ppArgs[i]), reinterpret_cast<const sal_Unicode*>(wargv[i]) ); in osl_createCommandArgs_Impl() 280 if (ppArgs[0] != 0) in osl_createCommandArgs_Impl() 287 …0, reinterpret_cast<LPCWSTR>(ppArgs[0]->buffer), L".exe", aBuffer.getBufSizeInSymbols(), ::osl::mi… in osl_createCommandArgs_Impl() 292 &(ppArgs[0]), aBuffer, dwResult); in osl_createCommandArgs_Impl() 295 if (ppArgs[0] != 0) in osl_createCommandArgs_Impl() 299 osl_getFileURLFromSystemPath (ppArgs[0], &pResult); in osl_createCommandArgs_Impl() 302 rtl_uString_assign (&(ppArgs[0]), pResult); in osl_createCommandArgs_Impl() 307 return (ppArgs); in osl_createCommandArgs_Impl() [all …]
|
| /AOO42X/main/sal/osl/os2/ |
| H A D | process_impl.cxx | 197 rtl_uString** ppArgs = (rtl_uString**)rtl_allocateZeroMemory (argc * sizeof(rtl_uString*)); in osl_setCommandArgs() local 198 if (ppArgs != 0) in osl_setCommandArgs() 204 &(ppArgs[i]), in osl_setCommandArgs() 208 if (ppArgs[0] != 0) in osl_setCommandArgs() 211 if (rtl_ustr_indexOfChar (rtl_uString_getStr(ppArgs[0]), sal_Unicode('/')) == -1) in osl_setCommandArgs() 220 osl_searchPath (ppArgs[0], pSearchPath, &pSearchResult); in osl_setCommandArgs() 223 rtl_uString_assign (&(ppArgs[0]), pSearchResult); in osl_setCommandArgs() 231 if (realpath_u (ppArgs[0], &pArg0)) in osl_setCommandArgs() 233 osl_getFileURLFromSystemPath (pArg0, &(ppArgs[0])); in osl_setCommandArgs() 238 g_command_args.m_ppArgs = ppArgs; in osl_setCommandArgs()
|
| /AOO42X/main/sal/osl/unx/ |
| H A D | process_impl.cxx | 241 rtl_uString** ppArgs = (rtl_uString**)rtl_allocateZeroMemory (argc * sizeof(rtl_uString*)); in osl_setCommandArgs() local 242 if (ppArgs != 0) in osl_setCommandArgs() 248 &(ppArgs[i]), in osl_setCommandArgs() 252 if (ppArgs[0] != 0) in osl_setCommandArgs() 255 if (rtl_ustr_indexOfChar (rtl_uString_getStr(ppArgs[0]), sal_Unicode('/')) == -1) in osl_setCommandArgs() 264 osl_searchPath (ppArgs[0], pSearchPath, &pSearchResult); in osl_setCommandArgs() 267 rtl_uString_assign (&(ppArgs[0]), pSearchResult); in osl_setCommandArgs() 275 if (realpath_u (ppArgs[0], &pArg0)) in osl_setCommandArgs() 277 osl_getFileURLFromSystemPath (pArg0, &(ppArgs[0])); in osl_setCommandArgs() 282 g_command_args.m_ppArgs = ppArgs; in osl_setCommandArgs()
|
| /AOO42X/main/svx/source/dialog/ |
| H A D | srchdlg.cxx | 463 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in Construct_Impl() local 465 …SvxSetItem*) rBindings.GetDispatcher()->Execute( FID_SEARCH_SEARCHSET, SFX_CALLMODE_SLOT, ppArgs ); in Construct_Impl() 471 …SvxSetItem*)rBindings.GetDispatcher()->Execute( FID_SEARCH_REPLACESET, SFX_CALLMODE_SLOT, ppArgs ); in Construct_Impl() 483 rBindings.GetDispatcher()->Execute( FID_SEARCH_ON, SFX_CALLMODE_SLOT, ppArgs ); in Construct_Impl() 649 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in Close() local 650 rBindings.GetDispatcher()->Execute( FID_SEARCH_OFF, SFX_CALLMODE_SLOT, ppArgs ); in Close() 1056 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in Init_Impl() local 1058 … SvxSetItem*)rBindings.GetDispatcher()->Execute( FID_SEARCH_SEARCHSET, SFX_CALLMODE_SLOT, ppArgs ); in Init_Impl() 1064 …SvxSetItem*)rBindings.GetDispatcher()->Execute( FID_SEARCH_REPLACESET, SFX_CALLMODE_SLOT, ppArgs ); in Init_Impl() 1522 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in IMPL_LINK() local [all …]
|
| /AOO42X/main/svtools/source/plugapp/ |
| H A D | ttprops.cxx | 52 sal_uInt16 TTProperties::ExecuteFunction( sal_uInt16 nSID, SfxPoolItem** ppArgs, sal_uInt16 nMode ) in ExecuteFunction() argument 55 mppArgs = ppArgs; in ExecuteFunction()
|
| /AOO42X/main/sfx2/source/doc/ |
| H A D | objxtor.cxx | 650 const SfxPoolItem* ppArgs[] = { &aItem, &aWarnItem, 0 }; in PrepareClose() local 651 pPoolItem = pFrame->GetBindings().ExecuteSynchron( SID_SAVEDOC, ppArgs ); in PrepareClose() 656 const SfxPoolItem* ppArgs[] = { &aWarnItem, 0 }; in PrepareClose() local 657 pPoolItem = pFrame->GetBindings().ExecuteSynchron( SID_SAVEDOC, ppArgs ); in PrepareClose()
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | ttprops.hxx | 80 … sal_uInt16 ExecuteFunction( sal_uInt16 nSID, SfxPoolItem** ppArgs = NULL, sal_uInt16 nMode = 0 );
|
| /AOO42X/main/sd/source/ui/docshell/ |
| H A D | docshel4.cxx | 1279 const SfxPoolItem* ppArgs[] = { &aStrItem, &aReferer, 0 }; in OpenBookmark() local 1280 …ll->GetViewFrame() : SfxViewFrame::Current() )->GetBindings().Execute( SID_OPENHYPERLINK, ppArgs ); in OpenBookmark()
|
| /AOO42X/main/sfx2/inc/sfx2/ |
| H A D | dispatch.hxx | 155 …virtual sal_uInt16 ExecuteFunction( sal_uInt16 nSID, SfxPoolItem** ppArgs=0, sal_uInt16 nMode…
|