/aoo41x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 193 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 …]
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | TextView.java | 90 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 D | LayoutManager.java | 79 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 D | ComponentView.java | 65 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 D | TableView.java | 62 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 D | ParentView.java | 62 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 D | ObjectViewContainer.java | 77 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 D | ContextView.java | 63 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()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/ |
H A D | ReportBuilderImplementation.java | 621 insertIntoLayoutMap(aLayout, true); in getLayoutMap() 622 … aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.ColumnarSingleColumn"); in getLayoutMap() 623 insertIntoLayoutMap(aLayout); in getLayoutMap() 624 … aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.ColumnarTwoColumns"); in getLayoutMap() 625 insertIntoLayoutMap(aLayout); in getLayoutMap() 626 … aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.ColumnarThreeColumns"); in getLayoutMap() 627 insertIntoLayoutMap(aLayout); in getLayoutMap() 628 … aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.InBlocksLabelsAbove"); in getLayoutMap() 629 insertIntoLayoutMap(aLayout); in getLayoutMap() 630 … aLayout = getLayoutInstanceFrom("com.sun.star.wizards.reportbuilder.layout.InBlocksLabelsLeft"); in getLayoutMap() [all …]
|
/aoo41x/main/vcl/source/helper/ |
H A D | canvastools.cxx | 335 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 D | canvasbitmap.cxx | 654 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()
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | LayoutMenu.cxx | 405 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 D | LayoutMenu.hxx | 172 void AssignLayoutToSelectedSlides (AutoLayout aLayout); 180 void InsertPageWithLayout (AutoLayout aLayout); 192 AutoLayout aLayout);
|
/aoo41x/main/canvas/source/tools/ |
H A D | canvastools.cxx | 618 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()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 640 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 D | ViewShellImplementation.cxx | 162 AutoLayout aLayout ((AutoLayout)pNewAutoLayout->GetValue ()); in ProcessModifyPageSlot() local 163 if (aLayout >= AUTOLAYOUT__START in ProcessModifyPageSlot() 164 && aLayout < AUTOLAYOUT__END) in ProcessModifyPageSlot()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1522 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 …]
|
/aoo41x/main/toolkit/test/accessibility/ov/ |
H A D | ObjectViewContainer.java | 174 GridBagLayout aLayout = (GridBagLayout)getLayout(); in UpdateLayoutManager() local 175 GridBagConstraints aConstraints = aLayout.getConstraints (aComponent); in UpdateLayoutManager() 177 aLayout.setConstraints (aComponent, aConstraints); in UpdateLayoutManager()
|
H A D | ContextView.java | 75 GridBagLayout aLayout = new GridBagLayout(); in ContextView() local 76 setLayout (aLayout); in ContextView()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | canvashelper.cxx | 1007 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()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 904 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()
|
/aoo41x/main/vcl/inc/ |
H A D | salgdi.hxx | 352 void SetLayout( int aLayout ) { m_nLayout = aLayout;} in SetLayout() argument
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccessibilityWorkBench.java | 156 GridBagLayout aLayout = new GridBagLayout (); in Layout() local 157 getContentPane().setLayout (aLayout); in Layout()
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/ |
H A D | AccessibilityWorkBench.java | 164 java.awt.GridBagLayout aLayout = new java.awt.GridBagLayout (); in Layout() local 165 getContentPane().setLayout (aLayout); in Layout()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 2701 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 …]
|