Home
last modified time | relevance | path

Searched refs:nTextSize (Results 1 – 7 of 7) sorted by relevance

/trunk/main/soltools/giparser/
H A Dgi_parse.cxx91 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()
/trunk/main/sw/source/ui/misc/
H A Dpggrid.cxx351 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()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx2865 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()
2967 nCollapseWidth = nExpandWidth * nTextSize / 100; in InitSizes()
2972 nExpandWidth = nCollapseWidth * 100 / nTextSize; in InitSizes()
3002 nCollapseWidth = nExpandWidth * nTextSize / 100; in LoadConfig()
3007 nExpandWidth = nCollapseWidth * 100 / nTextSize; in LoadConfig()
3032 aUserData += String::CreateFromInt32( nTextSize ); in SaveConfig()
[all …]
H A Dnewhelp.hxx527 long nTextSize; member in SfxHelpWindow_Impl
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1223 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()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2425 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 Descherex.cxx3510 sal_Int32 nTextSize = static_cast< sal_Int32 > ( fCharHeight * 65536 ); in CreateCustomShapeProperties() local
3511 AddOpt(ESCHER_Prop_gtextSize, nTextSize); in CreateCustomShapeProperties()

Completed in 104 milliseconds