Searched refs:nTextSize (Results 1 – 7 of 7) sorted by relevance
91 UINT32 nTextSize = aFile.tellg(); in LoadList() local92 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()
351 sal_Int32 nTextSize = static_cast< sal_Int32 >(m_bRubyUserValue ? in UpdatePageSize() local357 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() local435 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() local451 aLinesPerPageNF.SetValue(m_aPageSize.Height() / nTextSize); in IMPL_LINK()
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()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 …]
527 long nTextSize; member in SfxHelpWindow_Impl
1223 long nTextSize = 0; in SetTextString() local1262 nTextSize = Max( nSize1, nSize2 ); in SetTextString()1264 nTextSize = GetOutputSize().Width(); // Ueberlauf in SetTextString()1281 nStartPos+nTextSize, GetOutputSize().Height()-1 ), in SetTextString()
2425 sal_uInt32 nTextSize = pPara->GetTextSize(); in ApplyTextObj() local2426 if ( ! ( nTextSize & 0xffff0000 ) ) in ApplyTextObj()2429 sal_Unicode* pParaText = new sal_Unicode[ nTextSize ]; in ApplyTextObj()
3510 sal_Int32 nTextSize = static_cast< sal_Int32 > ( fCharHeight * 65536 ); in CreateCustomShapeProperties() local3511 AddOpt(ESCHER_Prop_gtextSize, nTextSize); in CreateCustomShapeProperties()
Completed in 140 milliseconds