/aoo4110/main/sw/inc/ |
H A D | fmtfsize.hxx | 67 SwFmtFrmSize( SwFrmSize eSize = ATT_VAR_SIZE, 83 void SetHeightSizeType( SwFrmSize eSize ) { eFrmHeightType = eSize; } in SetHeightSizeType() argument 86 void SetWidthSizeType( SwFrmSize eSize ) { eFrmWidthType = eSize; } in SetWidthSizeType() argument
|
/aoo4110/main/sd/source/ui/sidebar/ |
H A D | MasterPageContainer.cxx | 93 Size GetPreviewSizePixel (PreviewSize eSize) const; 270 void MasterPageContainer::SetPreviewSize (PreviewSize eSize) in SetPreviewSize() argument 272 mePreviewSize = eSize; in SetPreviewSize() 731 Size MasterPageContainer::Implementation::GetPreviewSizePixel (PreviewSize eSize) const in GetPreviewSizePixel() 733 if (eSize == SMALL) in GetPreviewSizePixel()
|
H A D | MasterPageDescriptor.cxx | 102 Image MasterPageDescriptor::GetPreview (MasterPageContainer::PreviewSize eSize) in GetPreview() argument 104 if (eSize == MasterPageContainer::SMALL) in GetPreview()
|
H A D | MasterPageContainer.hxx | 84 void SetPreviewSize (PreviewSize eSize);
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 756 SwFrmSize eSize; in ReadTable() local 758 eSize = ATT_FIX_SIZE, nLineHeight = -nLineHeight; in ReadTable() 760 eSize = ATT_MIN_SIZE; in ReadTable() 761 pNewLine->ClaimFrmFmt()->SetFmtAttr(SwFmtFrmSize(eSize, 0, nLineHeight)); in ReadTable()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 65 …oc_T) ( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, RECT *prc, THEMESIZE eSize, SIZE *psz ); 86 …rtSize( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, RECT *prc, THEMESIZE eSize, SIZE *psz ); 155 …artSize( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, RECT *prc, THEMESIZE eSize, SIZE *psz ) in GetThemePartSize() argument 158 return (*lpfnGetThemePartSize) (hTheme, hdc, iPartId, iStateId, prc, eSize, psz); in GetThemePartSize()
|
/aoo4110/main/starmath/source/ |
H A D | cfgitem.cxx | 1152 void SmMathConfig::SetPrintSize( SmPrintSize eSize ) in SetPrintSize() argument 1156 if (eSize != pOther->ePrintSize) in SetPrintSize() 1158 pOther->ePrintSize = eSize; in SetPrintSize()
|
H A D | cfgitem.hxx | 191 void SetPrintSize( SmPrintSize eSize );
|
/aoo4110/main/cui/source/tabpages/ |
H A D | page.cxx | 611 Paper eSize = (Paper)aPaperAry.GetValue(i); in Reset() local 613 aPaperSizeBox.SetEntryData( nPos, (void*)(sal_uLong)eSize ); in Reset() 615 if ( eSize == ePaper ) in Reset() 617 if( eSize == PAPER_USER ) in Reset()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 2249 SwFrmSize eSize = rSize.GetHeightSizeType(); in Init() local 2250 sal_Bool bCheck = eSize != ATT_FIX_SIZE; in Init() 2253 if( eSize == ATT_VAR_SIZE ) in Init() 2256 eSize = rSize.GetWidthSizeType(); in Init() 2257 bCheck = eSize != ATT_FIX_SIZE; in Init() 2260 if( eSize == ATT_VAR_SIZE ) in Init()
|
/aoo4110/main/vcl/source/window/ |
H A D | toolbox2.cxx | 958 void ToolBox::SetToolboxButtonSize( ToolBoxButtonSize eSize ) in SetToolboxButtonSize() argument 960 if( mpData->meButtonSize != eSize ) in SetToolboxButtonSize() 962 mpData->meButtonSize = eSize; in SetToolboxButtonSize()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 418 void SetToolboxButtonSize( ToolBoxButtonSize eSize );
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlcss1.cxx | 2166 SwFrmSize eSize = ATT_MIN_SIZE; in SetVarSize() local 2196 SwFmtFrmSize aFrmSize( eSize, nWidth, nHeight ); in SetVarSize()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 245 SwFmtFrmSize::SwFmtFrmSize( SwFrmSize eSize, SwTwips nWidth, SwTwips nHeight ) in SwFmtFrmSize() argument 248 eFrmHeightType( eSize ), in SwFmtFrmSize()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 4121 SwFrmSize eSize = ATT_MIN_SIZE; in SetLineHeight() local 4124 eSize = ATT_FIX_SIZE; in SetLineHeight() 4126 pFmt->SetFmtAttr( SwFmtFrmSize( eSize, 0, nMyNewH ) ); in SetLineHeight()
|