Home
last modified time | relevance | path

Searched refs:sd (Results 151 – 175 of 949) sorted by relevance

12345678910>>...38

/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx57 using ::sd::framework::FrameworkHelper;
60 namespace sd { namespace framework { namespace
98 ::boost::shared_ptr<sd::ViewShell> mpViewShell;
202 ::sd::FrameView* pFrameView = NULL; in createResource()
313 ::sd::DrawController* pController = reinterpret_cast<sd::DrawController*>( in initialize()
314 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in initialize()
448 pViewShell = ::sd::slidesorter::SlideSorterViewShell::Create ( in CreateViewShell()
/trunk/main/sd/source/ui/inc/
H A Dfumorph.hxx41 namespace sd { namespace
49 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
55 ::sd::Window* pWin,
56 ::sd::View* pView,
H A Dfusel.hxx36 namespace sd { namespace
44 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
75 ::sd::Window* pWin,
76 ::sd::View* pView,
/trunk/main/sd/source/ui/func/
H A Dfuconnct.cxx38 namespace sd { namespace
50 ::sd::Window* pWin, in FuConnectionDlg()
51 ::sd::View* pView, in FuConnectionDlg()
58 FunctionReference FuConnectionDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create()
H A Dfumeasur.cxx37 namespace sd { namespace
49 ::sd::Window* pWin, in FuMeasureDlg()
50 ::sd::View* pView, in FuMeasureDlg()
57 FunctionReference FuMeasureDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, … in Create()
H A Dfutxtatt.cxx38 namespace sd { namespace
50 ::sd::Window* pWin, in FuTextAttrDlg()
51 ::sd::View* pView, in FuTextAttrDlg()
58 FunctionReference FuTextAttrDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,… in Create()
H A Dfuarea.cxx47 namespace sd { namespace
56 FuArea::FuArea( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* _pView, SdDrawDocument* pDoc, S… in FuArea()
61 FunctionReference FuArea::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* _pView, SdDra… in Create()
H A Dfuline.cxx50 namespace sd { namespace
62 ::sd::Window* pWin, in FuLine()
63 ::sd::View* pView, in FuLine()
70 FunctionReference FuLine::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create()
H A Dfuvect.cxx49 namespace sd namespace
62 ::sd::Window* pWin, in FuVectorize()
63 ::sd::View* pView, in FuVectorize()
70 FunctionReference FuVectorize::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
H A Dfuprlout.cxx65 namespace sd namespace
87 ::sd::Window* pWin, in FuPresentationLayout()
88 ::sd::View* pView, in FuPresentationLayout()
95 FunctionReference FuPresentationLayout::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View*… in Create()
248 ::sd::View* pView = in DoExecute()
H A Dfuchar.cxx46 namespace sd { namespace
58 ::sd::Window* pWin, in FuChar()
59 ::sd::View* pView, in FuChar()
66 FunctionReference FuChar::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create()
H A Dfudspord.cxx43 namespace sd { namespace
53 FuDisplayOrder::FuDisplayOrder( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDo… in FuDisplayOrder()
80 FunctionReference FuDisplayOrder::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView… in Create()
H A Dfutransf.cxx43 namespace sd { namespace
53 FuTransform::FuTransform(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuTransform()
59 FunctionReference FuTransform::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
/trunk/main/sd/source/ui/view/
H A Ddrviewsc.cxx70 namespace sd { namespace
90 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp03()
213 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp03()
230 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp03()
250 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp03()
271 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp03()
292 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp03()
321 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp03()
416 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp03()
H A Doutlnvsh.cxx101 using namespace sd;
105 namespace sd { namespace
283 void OutlineViewShell::Paint(const Rectangle& rRect, ::sd::Window* pWin) in Paint()
307 ::sd::Window* pWindow = mpContentWindow.get(); in ArrangeGUIElements()
371 void OutlineViewShell::AddWindow (::sd::Window* pWin) in AddWindow()
379 void OutlineViewShell::RemoveWindow (::sd::Window* pWin) in RemoveWindow()
1231 ::sd::Window* pWindow = mpContentWindow.get(); in SetZoom()
1256 ::sd::Window* pWindow = mpContentWindow.get(); in SetZoomRect()
1420 sd::Window * pActiveWindow = GetActiveWindow(); in GetStatusBarState()
1436 ::sd::Window* pWin = GetActiveWindow(); in GetStatusBarState()
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/
H A DBackgroundsDialog.java48 private SystemDialog sd; field in BackgroundsDialog
71 sd = SystemDialog.createOpenDialog(xmsf); in BackgroundsDialog()
72 sd.addFilter(resources.resImages, "*.jpg;*.jpeg;*.jpe;*.gif", true); in BackgroundsDialog()
73 sd.addFilter(resources.resAllFiles, "*.*", false); in BackgroundsDialog()
95 String filename[] = sd.callOpenDialog(false, settings.cp_DefaultSession.cp_InDirectory); in other()
202 String path = sd.xStringSubstitution.substituteVariables(image.cp_Href, false); in Model()
H A DWWD_Events.java145 final StatusDialog sd = getStatusDialog(); in loadSession() local
149 sd.execute(this, task, resources.resLoadingSession); in loadSession()
178 mount(session, task, false, sd.xControl); in loadSession()
187 task.removeTaskListener(sd); in loadSession()
340 StatusDialog sd = getStatusDialog(); in addDocument() local
341 sd.setLabel(resources.resValidatingDocuments); in addDocument()
342 sd.execute(this, task, resources.prodName); // new LoadDocs( sd.xControl, files, task ) in addDocument()
345 task.removeTaskListener(sd); in addDocument()
585 SystemDialog sd = getZipDialog(); in setZipFilename() local
586 …String zipFile = sd.callStoreDialog(settings.cp_DefaultSession.cp_OutDirectory, resources.resDefau… in setZipFilename()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerProviders.cxx41 namespace sd { namespace sidebar { namespace
56 ::sd::PreviewRenderer& rRenderer) in operator ()()
106 ::sd::PreviewRenderer& rRenderer) in operator ()()
265 ::sd::DrawDocShell* pDocumentShell = NULL; in operator ()()
296 ::sd::DrawDocShell* TemplatePageObjectProvider::LoadDocument (const ::rtl::OUString& sFileName) in LoadDocument()
307 return PTR_CAST(::sd::DrawDocShell,pShell); in LoadDocument()
/trunk/main/sd/source/ui/dlg/
H A Ddlgsnap.src58 HelpID = "sd:PushButton:DLG_SNAPLINE:BTN_DELETE" ;
78 HelpID = "sd:MetricField:DLG_SNAPLINE:MTR_FLD_X" ;
102 HelpID = "sd:MetricField:DLG_SNAPLINE:MTR_FLD_Y" ;
126 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_POINT" ;
138 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_VERTICAL" ;
150 HelpID = "sd:ImageRadioButton:DLG_SNAPLINE:RB_HORIZONTAL" ;
/trunk/main/sd/source/ui/framework/module/
H A DShellStackGuard.cxx42 using ::sd::framework::FrameworkHelper;
45 namespace sd { namespace framework { namespace
65 ::sd::DrawController* pController = reinterpret_cast<sd::DrawController*>( in ShellStackGuard()
66 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in ShellStackGuard()
H A DCenterViewFocusModule.cxx48 using ::sd::framework::FrameworkHelper;
51 namespace sd { namespace framework { namespace
71 ::sd::DrawController* pController = reinterpret_cast<sd::DrawController*>( in CenterViewFocusModule()
72 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in CenterViewFocusModule()
/trunk/extras/l10n/source/sa-IN/
H A Dlocalize.sdf12767 sd source\core\glob.src 0 string STR_HANDOUT 0 sa-IN वितरणिकाः 2002-02-02 02:02:02
12778 sd source\core\glob.src 0 string STR_NOTES 0 sa-IN (टिप्पण्यः) 2002-02-02 02:02:02
12781 sd source\core\glob.src 0 string STR_PAGE 0 sa-IN अवसर्पिणी 2002-02-02 02:02:02
12782 sd source\core\glob.src 0 string STR_PAGE_NAME 0 sa-IN पृष्ठम् 2002-02-02 02:02:02
13466 sd source\ui\app\strings.src 0 string STR_FAST 0 sa-IN शीघ्रः 2002-02-02 02:02:02
13533 sd source\ui\app\strings.src 0 string STR_LAYER 0 sa-IN स्तरः 2002-02-02 02:02:02
13547 sd source\ui\app\strings.src 0 string STR_NULL 0 sa-IN न कोऽपि 2002-02-02 02:02:02
13561 sd source\ui\app\strings.src 0 string STR_PLAY 175 sa-IN चालय 2002-02-02 02:02:02
13589 sd source\ui\app\strings.src 0 string STR_SLOW 0 sa-IN मन्दः 2002-02-02 02:02:02
13596 sd source\ui\app\strings.src 0 string STR_STOP 175 sa-IN विरमय 2002-02-02 02:02:02
[all …]
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsPageEnumeration.cxx29 using namespace ::sd::slidesorter;
30 using namespace ::sd::slidesorter::model;
80 namespace sd { namespace slidesorter { namespace model { namespace
122 : sd::slidesorter::model::Enumeration<sd::slidesorter::model::SharedPageDescriptor>() in PageEnumeration()
/trunk/extras/l10n/source/ss/
H A Dlocalize.sdf2711 sd source\core\glob.src 0 string STR_PAGE 0 ss Skyfie 2002-02-02 02:02:02
2712 sd source\core\glob.src 0 string STR_PAGE_NAME 0 ss Bladsy 2002-02-02 02:02:02
2713 sd source\core\glob.src 0 string STR_SLIDE_NAME 0 ss Skyfie 2002-02-02 02:02:02
2715 sd source\core\glob.src 0 string STR_NOTES 0 ss (Notas) 2002-02-02 02:02:02
3681 sd source\ui\app\strings.src 0 string STR_NULL 0 ss Geen 2002-02-02 02:02:02
3687 sd source\ui\app\strings.src 0 string STR_UNDO_CUT 0 ss Knip 2002-02-02 02:02:02
3691 sd source\ui\app\strings.src 0 string STR_SLOW 0 ss Stadig 2002-02-02 02:02:02
3693 sd source\ui\app\strings.src 0 string STR_FAST 0 ss Vinnig 2002-02-02 02:02:02
3733 sd source\ui\app\strings.src 0 string STR_LAYER 0 ss Laag 2002-02-02 02:02:02
3783 sd source\ui\app\strings.src 0 string STR_STOP 175 ss St~op 2002-02-02 02:02:02
[all …]
/trunk/extras/l10n/source/st/
H A Dlocalize.sdf2711 sd source\core\glob.src 0 string STR_PAGE 0 st Skyfie 2002-02-02 02:02:02
2712 sd source\core\glob.src 0 string STR_PAGE_NAME 0 st Bladsy 2002-02-02 02:02:02
2713 sd source\core\glob.src 0 string STR_SLIDE_NAME 0 st Skyfie 2002-02-02 02:02:02
2715 sd source\core\glob.src 0 string STR_NOTES 0 st (Notas) 2002-02-02 02:02:02
3681 sd source\ui\app\strings.src 0 string STR_NULL 0 st Geen 2002-02-02 02:02:02
3687 sd source\ui\app\strings.src 0 string STR_UNDO_CUT 0 st Knip 2002-02-02 02:02:02
3691 sd source\ui\app\strings.src 0 string STR_SLOW 0 st Stadig 2002-02-02 02:02:02
3693 sd source\ui\app\strings.src 0 string STR_FAST 0 st Vinnig 2002-02-02 02:02:02
3733 sd source\ui\app\strings.src 0 string STR_LAYER 0 st Laag 2002-02-02 02:02:02
3783 sd source\ui\app\strings.src 0 string STR_STOP 175 st St~op 2002-02-02 02:02:02
[all …]

Completed in 1062 milliseconds

12345678910>>...38