Home
last modified time | relevance | path

Searched refs:aLayout (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx193 test( aLayout.ScanLines == 1, in checkCanvasBitmap()
200 test( aLayout.PlaneStride == 0, in checkCanvasBitmap()
203 test( aLayout.ColorSpace.is(), in checkCanvasBitmap()
215 test( aLayout.ScanLines == 1, in checkCanvasBitmap()
344 test( aLayout.ScanLines == 1, in checkBitmapImport()
351 test( aLayout.PlaneStride == 0, in checkBitmapImport()
354 test( aLayout.ColorSpace.is(), in checkBitmapImport()
366 test( aLayout.ScanLines == 1, in checkBitmapImport()
548 aLayout.ScanLineBytes = in getMemoryLayout()
550 aLayout.Palette = getPalette(); in getMemoryLayout()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java90 ViewGridLayout aLayout = new ViewGridLayout (this); in TextView() local
92 maTextLabel = aLayout.AddLabeledString ("Text: "); in TextView()
93 maCharacterArrayLabel = aLayout.AddLabeledEntry ("Characters: "); in TextView()
94 maCharacterCountLabel = aLayout.AddLabeledEntry ("Character Count: "); in TextView()
95 maSelectionLabel = aLayout.AddLabeledEntry ("Selection: "); in TextView()
96 maBoundsLabel = aLayout.AddLabeledEntry ("Bounds Test: "); in TextView()
97 maCaretPositionSpinner = (JSpinner)aLayout.AddLabeledComponent ( in TextView()
107 aLayout.AddComponent (aButtonPanel); in TextView()
110 aButton.setFont (aLayout.GetFont()); in TextView()
115 aButton.setFont (aLayout.GetFont()); in TextView()
[all …]
H A DLayoutManager.java79 GridBagLayout aLayout = (GridBagLayout)maLayoutedComponent.getLayout(); in mouseDragged() local
97 GridBagLayout aLayout = (GridBagLayout)maLayoutedComponent.getLayout(); in RemoveView() local
99 Point aGridLocation = aLayout.location (10,y); in RemoveView()
104 GridBagConstraints aConstraints = aLayout.getConstraints ( in RemoveView()
126 GridBagLayout aLayout = (GridBagLayout)maLayoutedComponent.getLayout(); in InsertView() local
127 Point aGridLocation = aLayout.location (0,y); in InsertView()
132 GridBagConstraints aConstraints = aLayout.getConstraints ( in InsertView()
139 aLayout.setConstraints (aComponentList[i], aConstraints); in InsertView()
H A DComponentView.java65 ViewGridLayout aLayout = new ViewGridLayout (this); in ComponentView() local
67 maRelativeLocationLabel = aLayout.AddLabeledEntry ("Relative Location: "); in ComponentView()
68 maAbsoluteLocationLabel = aLayout.AddLabeledEntry ("Location on Screen: "); in ComponentView()
69 maSizeLabel = aLayout.AddLabeledEntry ("Size"); in ComponentView()
70 maBoundingBoxLabel = aLayout.AddLabeledEntry ("Bounding Box: "); in ComponentView()
71 maConsistencyLabel = aLayout.AddLabeledEntry ("Consistent: "); in ComponentView()
72 maForegroundColorLabel = aLayout.AddLabeledEntry ("Foreground Color: "); in ComponentView()
73 maBackgroundColorLabel = aLayout.AddLabeledEntry ("Background Color: "); in ComponentView()
H A DTableView.java62 ViewGridLayout aLayout = new ViewGridLayout (this); in TableView() local
64 maRowCountLabel = aLayout.AddLabeledEntry ("Row Count: "); in TableView()
65 maColumnCountLabel = aLayout.AddLabeledEntry ("Column Count: "); in TableView()
66 maCellCountLabel = aLayout.AddLabeledEntry ("Cell Count: "); in TableView()
67 maSelectedRowsLabel = aLayout.AddLabeledEntry ("Selected Rows: "); in TableView()
68 maSelectedColumnsLabel = aLayout.AddLabeledEntry ("Selected Columns: "); in TableView()
H A DParentView.java62 ViewGridLayout aLayout = new ViewGridLayout (this); in ParentView() local
63 maParentLabel = aLayout.AddLabeledEntry ("Has parent: "); in ParentView()
64 maIndexLabel = aLayout.AddLabeledEntry ("Index in parent: "); in ParentView()
65 maValidLabel = aLayout.AddLabeledEntry ("Parent/Child relationship valid: "); in ParentView()
66 maChildrenLabel = aLayout.AddLabeledEntry ("Child count: "); in ParentView()
H A DObjectViewContainer.java77 GridBagLayout aLayout = new GridBagLayout (); in ObjectViewContainer() local
78 setLayout (aLayout); in ObjectViewContainer()
234 GridBagLayout aLayout = (GridBagLayout)getLayout(); in UpdateLayoutManager() local
235 GridBagConstraints aConstraints = aLayout.getConstraints (aComponent); in UpdateLayoutManager()
237 aLayout.setConstraints (aComponent, aConstraints); in UpdateLayoutManager()
H A DContextView.java63 ViewGridLayout aLayout = new ViewGridLayout (this); in ContextView() local
64 maNameLabel = aLayout.AddLabeledString ("Name:"); in ContextView()
65 maDescriptionLabel = aLayout.AddLabeledString ("Description:"); in ContextView()
66 maRoleLabel = aLayout.AddLabeledEntry ("Role:"); in ContextView()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java622 insertIntoLayoutMap(aLayout, true); in getLayoutMap()
623aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.ColumnarSingleColumn"); in getLayoutMap()
624 insertIntoLayoutMap(aLayout); in getLayoutMap()
625aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.ColumnarTwoColumns"); in getLayoutMap()
626 insertIntoLayoutMap(aLayout); in getLayoutMap()
627aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.ColumnarThreeColumns"); in getLayoutMap()
628 insertIntoLayoutMap(aLayout); in getLayoutMap()
629aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.InBlocksLabelsAbove"); in getLayoutMap()
630 insertIntoLayoutMap(aLayout); in getLayoutMap()
631aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.InBlocksLabelsLeft"); in getLayoutMap()
[all …]
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx335 const rendering::IntegerBitmapLayout aLayout( in bitmapExFromXBitmap() local
338 OSL_ENSURE(aLayout.ColorSpace.is(), in bitmapExFromXBitmap()
340 if( !aLayout.ColorSpace.is() ) in bitmapExFromXBitmap()
343 nDepth = aLayout.ColorSpace->getBitsPerPixel(); in bitmapExFromXBitmap()
349 aLayout.ColorSpace->getComponentTags() ); in bitmapExFromXBitmap()
351 aLayout.ColorSpace->getComponentBitCounts() ); in bitmapExFromXBitmap()
368 if( aLayout.Palette.is() ) in bitmapExFromXBitmap()
371 aLayout.Palette->getColorSpace()); in bitmapExFromXBitmap()
375 const sal_Int32 nEntryCount( aLayout.Palette->getNumberOfEntries() ); in bitmapExFromXBitmap()
422 aLayout.Palette.is() ? &aPalette : NULL ); in bitmapExFromXBitmap()
[all …]
H A Dcanvasbitmap.cxx654 rendering::IntegerBitmapLayout aLayout( m_aLayout ); in getMemoryLayout() local
660 aLayout.Palette.set( this ); in getMemoryLayout()
662 aLayout.ColorSpace.set( this ); in getMemoryLayout()
664 return aLayout; in getMemoryLayout()
/trunk/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx405 void LayoutMenu::InsertPageWithLayout (AutoLayout aLayout) in InsertPageWithLayout() argument
421 SfxRequest aRequest (CreateRequest(SID_INSERTPAGE, aLayout)); in InsertPageWithLayout()
478 void LayoutMenu::AssignLayoutToSelectedSlides (AutoLayout aLayout) in AssignLayoutToSelectedSlides() argument
557 aRequest.AppendItem(SfxUInt32Item (ID_VAL_WHATLAYOUT, aLayout)); in AssignLayoutToSelectedSlides()
569 AutoLayout aLayout) in CreateRequest() argument
591 aRequest.AppendItem(SfxUInt32Item (ID_VAL_WHATLAYOUT, aLayout)); in CreateRequest()
814 AutoLayout aLayout (pCurrentPage->GetAutoLayout()); in UpdateSelection() local
815 if (aLayout<AUTOLAYOUT__START || aLayout>AUTOLAYOUT__END) in UpdateSelection()
823 if (*static_cast<AutoLayout*>(GetItemData(nId)) == aLayout) in UpdateSelection()
H A DLayoutMenu.hxx172 void AssignLayoutToSelectedSlides (AutoLayout aLayout);
180 void InsertPageWithLayout (AutoLayout aLayout);
192 AutoLayout aLayout);
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx618 rendering::IntegerBitmapLayout aLayout; in getStdMemoryLayout() local
620 aLayout.ScanLines = rBmpSize.Height; in getStdMemoryLayout()
621 aLayout.ScanLineBytes = rBmpSize.Width*4; in getStdMemoryLayout()
622 aLayout.ScanLineStride = aLayout.ScanLineBytes; in getStdMemoryLayout()
623 aLayout.PlaneStride = 0; in getStdMemoryLayout()
624 aLayout.ColorSpace = getStdColorSpace(); in getStdMemoryLayout()
625 aLayout.Palette.clear(); in getStdMemoryLayout()
626 aLayout.IsMsbFirst = sal_False; in getStdMemoryLayout()
628 return aLayout; in getStdMemoryLayout()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx640 String aLayout( pPage->GetLayoutName() ); in InsertData() local
641 aLayout.Erase( aLayout.SearchAscii( SD_LT_SEPARATOR ) ); in InsertData()
642 pPage->SetPresentationLayout( aLayout, sal_False, sal_False ); in InsertData()
679 String aLayout(pPage->GetLayoutName()); in InsertData() local
680 aLayout.Erase(aLayout.SearchAscii(SD_LT_SEPARATOR)); in InsertData()
681 pPage->SetPresentationLayout( aLayout, sal_False, sal_False ); in InsertData()
913 String aLayout(pPage->GetLayoutName()); in InsertData() local
914 aLayout.Erase(aLayout.SearchAscii(SD_LT_SEPARATOR)); in InsertData()
915 pPage->SetPresentationLayout( aLayout, sal_False, sal_False ); in InsertData()
H A DViewShellImplementation.cxx162 AutoLayout aLayout ((AutoLayout)pNewAutoLayout->GetValue ()); in ProcessModifyPageSlot() local
163 if (aLayout >= AUTOLAYOUT__START in ProcessModifyPageSlot()
164 && aLayout < AUTOLAYOUT__END) in ProcessModifyPageSlot()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1522 aLayout = getMemoryLayout(); in getData()
1537 aLayout.ScanLines = nHeight; in getData()
1538 aLayout.ScanLineBytes = nWidth*4; in getData()
1539 aLayout.ScanLineStride = aLayout.ScanLineBytes; in getData()
1942 aLayout.ScanLines = aSize.Height; in getMemoryLayout()
1943 aLayout.ScanLineBytes = aSize.Width*4; in getMemoryLayout()
1944 aLayout.ScanLineStride = aLayout.ScanLineBytes; in getMemoryLayout()
1945 aLayout.PlaneStride = 0; in getMemoryLayout()
1947 aLayout.Palette.clear(); in getMemoryLayout()
1948 aLayout.IsMsbFirst = sal_False; in getMemoryLayout()
[all …]
/trunk/main/toolkit/test/accessibility/ov/
H A DObjectViewContainer.java174 GridBagLayout aLayout = (GridBagLayout)getLayout(); in UpdateLayoutManager() local
175 GridBagConstraints aConstraints = aLayout.getConstraints (aComponent); in UpdateLayoutManager()
177 aLayout.setConstraints (aComponent, aConstraints); in UpdateLayoutManager()
H A DContextView.java75 GridBagLayout aLayout = new GridBagLayout(); in ContextView() local
76 setLayout (aLayout); in ContextView()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx1007 const rendering::IntegerBitmapLayout& aLayout, in setData() argument
1014 ENSURE_ARG_OR_THROW( aRefLayout.PlaneStride != aLayout.PlaneStride || in setData()
1015 aRefLayout.ColorSpace != aLayout.ColorSpace || in setData()
1016 aRefLayout.Palette != aLayout.Palette || in setData()
1017 aRefLayout.IsMsbFirst != aLayout.IsMsbFirst, in setData()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx904 String aLayout(pRefPage->GetLayoutName()); in InsertBookmarkAsPage() local
905 aLayout.Erase(aLayout.SearchAscii( SD_LT_SEPARATOR )); in InsertBookmarkAsPage()
908 pRefPage->SetPresentationLayout(aLayout); in InsertBookmarkAsPage()
927 pRefPage->SetPresentationLayout(aLayout); in InsertBookmarkAsPage()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx352 void SetLayout( int aLayout ) { m_nLayout = aLayout;} in SetLayout() argument
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java156 GridBagLayout aLayout = new GridBagLayout (); in Layout() local
157 getContentPane().setLayout (aLayout); in Layout()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java164 java.awt.GridBagLayout aLayout = new java.awt.GridBagLayout (); in Layout() local
165 getContentPane().setLayout (aLayout); in Layout()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2701 OStringBuffer aLayout(256), aList(64), aTable(64); in emitStructureAttributes() local
2759 aLayout.append( "/BBox[" ); in emitStructureAttributes()
2760 appendFixedInt( i_rEle.m_aBBox.Left(), aLayout ); in emitStructureAttributes()
2761 aLayout.append( " " ); in emitStructureAttributes()
2762 appendFixedInt( i_rEle.m_aBBox.Top(), aLayout ); in emitStructureAttributes()
2763 aLayout.append( " " ); in emitStructureAttributes()
2765 aLayout.append( " " ); in emitStructureAttributes()
2767 aLayout.append( "]\n" ); in emitStructureAttributes()
2771 if( aLayout.getLength() ) in emitStructureAttributes()
2779 aLayout.append( ">>\nendobj\n\n" ); in emitStructureAttributes()
[all …]

Completed in 171 milliseconds

12