Searched refs:nTextSize (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/soltools/giparser/ |
| H A D | gi_parse.cxx | 91 UINT32 nTextSize = aFile.tellg(); in LoadList() local 92 if ( nTextSize == 0 || nTextSize == UINT32(-1) ) in LoadList() 94 dpBuffer = new char[nTextSize+2]; in LoadList() 97 aFile.read( dpBuffer, nTextSize ); in LoadList() 101 char * sLastChar = dpBuffer + nTextSize - 1; in LoadList()
|
| /AOO41X/main/sw/source/ui/misc/ |
| H A D | pggrid.cxx | 351 sal_Int32 nTextSize = static_cast< sal_Int32 >(m_bRubyUserValue ? in UpdatePageSize() local 357 aCharsPerLineNF.SetValue(m_aPageSize.Width() / nTextSize); in UpdatePageSize() 362 aLinesPerPageNF.SetValue(m_aPageSize.Height() / nTextSize); in UpdatePageSize() 434 …sal_Int32 nTextSize = static_cast< sal_Int32 >(aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_… in IMPL_LINK() local 435 aCharsPerLineNF.SetValue(m_aPageSize.Width() / nTextSize); in IMPL_LINK() 450 …sal_Int32 nTextSize = static_cast< sal_Int32 >(aTextSizeMF.Denormalize(aTextSizeMF.GetValue(FUNIT_… in IMPL_LINK() local 451 aLinesPerPageNF.SetValue(m_aPageSize.Height() / nTextSize); in IMPL_LINK()
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | newhelp.cxx | 2865 nTextSize = GetItemSize( TEXTWIN_ID ); in Split() 2871 nTextSize = nMaxSplitSize; in Split() 2875 else if( nTextSize < nMinSplitSize ) in Split() 2877 nTextSize = nMinSplitSize; in Split() 2888 SetItemSize( TEXTWIN_ID, nTextSize ); in Split() 2945 … InsertItem( TEXTWIN_ID, pTextWin, nTextSize, SPLITWINDOW_APPEND, COLSET_ID, SWIB_PERCENTSIZE ); in MakeLayout() 2967 nCollapseWidth = nExpandWidth * nTextSize / 100; in InitSizes() 2972 nExpandWidth = nCollapseWidth * 100 / nTextSize; in InitSizes() 2994 nTextSize = aUserData.GetToken( 0, ';', nIdx ).ToInt32(); in LoadConfig() 3002 nCollapseWidth = nExpandWidth * nTextSize / 100; in LoadConfig() [all …]
|
| H A D | newhelp.hxx | 527 long nTextSize; member in SfxHelpWindow_Impl
|
| /AOO41X/main/sc/source/ui/app/ |
| H A D | inputwin.cxx | 1223 long nTextSize = 0; in SetTextString() local 1262 nTextSize = Max( nSize1, nSize2 ); in SetTextString() 1264 nTextSize = GetOutputSize().Width(); // Ueberlauf in SetTextString() 1281 nStartPos+nTextSize, GetOutputSize().Height()-1 ), in SetTextString()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 2425 sal_uInt32 nTextSize = pPara->GetTextSize(); in ApplyTextObj() local 2426 if ( ! ( nTextSize & 0xffff0000 ) ) in ApplyTextObj() 2429 sal_Unicode* pParaText = new sal_Unicode[ nTextSize ]; in ApplyTextObj()
|
| H A D | escherex.cxx | 3499 … sal_Int32 nTextSize = static_cast< sal_Int32 > ( fCharHeight * 65536 ); in CreateCustomShapeProperties() local 3500 AddOpt(ESCHER_Prop_gtextSize, nTextSize); in CreateCustomShapeProperties()
|