Home
last modified time | relevance | path

Searched refs:eSize (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2249 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()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx624 Paper eSize = (Paper)aPaperAry.GetValue(i); in Reset() local
626 aPaperSizeBox.SetEntryData( nPos, (void*)(sal_uLong)eSize ); in Reset()
628 if ( eSize == ePaper ) in Reset()
630 if( eSize == PAPER_USER ) in Reset()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx65 …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()
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx958 void ToolBox::SetToolboxButtonSize( ToolBoxButtonSize eSize ) in SetToolboxButtonSize() argument
960 if( mpData->meButtonSize != eSize ) in SetToolboxButtonSize()
962 mpData->meButtonSize = eSize; in SetToolboxButtonSize()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx418 void SetToolboxButtonSize( ToolBoxButtonSize eSize );
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx756 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()
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx2166 SwFrmSize eSize = ATT_MIN_SIZE; in SetVarSize() local
2196 SwFmtFrmSize aFrmSize( eSize, nWidth, nHeight ); in SetVarSize()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx250 SwFmtFrmSize::SwFmtFrmSize( SwFrmSize eSize, SwTwips nWidth, SwTwips nHeight ) in SwFmtFrmSize() argument
253 eFrmHeightType( eSize ), in SwFmtFrmSize()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx4121 SwFrmSize eSize = ATT_MIN_SIZE; in SetLineHeight() local
4124 eSize = ATT_FIX_SIZE; in SetLineHeight()
4126 pFmt->SetFmtAttr( SwFmtFrmSize( eSize, 0, nMyNewH ) ); in SetLineHeight()
/trunk/main/sw/inc/
H A Dfmtfsize.hxx67 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
/trunk/main/starmath/source/
H A Dcfgitem.cxx1152 void SmMathConfig::SetPrintSize( SmPrintSize eSize ) in SetPrintSize() argument
1156 if (eSize != pOther->ePrintSize) in SetPrintSize()
1158 pOther->ePrintSize = eSize; in SetPrintSize()
H A Dcfgitem.hxx191 void SetPrintSize( SmPrintSize eSize );
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageDescriptor.cxx102 Image MasterPageDescriptor::GetPreview (MasterPageContainer::PreviewSize eSize) in GetPreview() argument
104 if (eSize == MasterPageContainer::SMALL) in GetPreview()
H A DMasterPageContainer.cxx93 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 DMasterPageContainer.hxx84 void SetPreviewSize (PreviewSize eSize);

Completed in 180 milliseconds