/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() 280 if (ppArgs[0] != 0) 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() 378 rtl_uString** ppArgs = osl_createCommandArgs_Impl (argc, argv); in osl_setCommandArgs() local 379 if (ppArgs != 0) in osl_setCommandArgs() [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 | 466 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in Construct_Impl() local 468 …SvxSetItem*) rBindings.GetDispatcher()->Execute( FID_SEARCH_SEARCHSET, SFX_CALLMODE_SLOT, ppArgs ); in Construct_Impl() 474 …SvxSetItem*)rBindings.GetDispatcher()->Execute( FID_SEARCH_REPLACESET, SFX_CALLMODE_SLOT, ppArgs ); in Construct_Impl() 486 rBindings.GetDispatcher()->Execute( FID_SEARCH_ON, SFX_CALLMODE_SLOT, ppArgs ); in Construct_Impl() 652 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in Close() local 653 rBindings.GetDispatcher()->Execute( FID_SEARCH_OFF, SFX_CALLMODE_SLOT, ppArgs ); in Close() 1059 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in Init_Impl() local 1525 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in IMPL_LINK() local 1526 rBindings.ExecuteSynchron( FID_SEARCH_NOW, ppArgs, 0L ); in IMPL_LINK() 2513 const SfxPoolItem* ppArgs[] = { pSearchItem, 0 }; in SaveToModule_Impl() 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=0 );
|