/aoo42x/main/editeng/source/rtf/ |
H A D | rtfitem.cxx | 392 sal_uInt16 nSz = 0; in ReadAttr() local 397 nSz = sal_uInt16(nTokenValue); in ReadAttr() 399 aLR.SetTxtFirstLineOfst( nSz ); in ReadAttr() 409 sal_uInt16 nSz = 0; in ReadAttr() local 416 aLR.SetTxtLeft( nSz ); in ReadAttr() 426 sal_uInt16 nSz = 0; in ReadAttr() local 433 aLR.SetRight( nSz ); in ReadAttr() 442 sal_uInt16 nSz = 0; in ReadAttr() local 449 aUL.SetUpper( nSz ); in ReadAttr() 458 sal_uInt16 nSz = 0; in ReadAttr() local [all …]
|
/aoo42x/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 2366 short nSz; in SwAutoFormat() local 2394 if( 0 < nSz ) // positiver 1. Zeileneinzug in SwAutoFormat() 2546 SwTwips nSz = aFInfo.GetFirstIndent(); in SwAutoFormat() local 2547 if( 0 < nSz ) // positiver 1. Zeileneinzug in SwAutoFormat() 2549 else if( 0 > nSz ) // negativer 1. Zeileneinzug in SwAutoFormat() 2572 SwTwips nSz = aFInfo.GetFirstIndent(); in SwAutoFormat() local 2573 if( 0 < nSz ) // positiver 1. Zeileneinzug in SwAutoFormat() 2598 SwTwips nSz = aFInfo.GetFirstIndent(); in SwAutoFormat() local 2599 if( 0 < nSz ) // positiver 1. Zeileneinzug in SwAutoFormat() 2631 short nSz; in SwAutoFormat() local [all …]
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter2.cxx | 155 sal_uInt32 nSz = Tell(); in write() local 160 bool bLarge = nSz > 62; in write() 162 sal_uInt16 nCode = ( mnTagId << 6 ) | ( bLarge ? 0x3f : _uInt16(nSz) ); in write() 169 sal_uInt32 nTmp = nSz; in write() 181 out.Write( GetData(), nSz ); in write()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 145 void SwNodes::ChgNode( SwNodeIndex& rDelPos, sal_uLong nSz, in ChgNode() argument 154 if( GetDoc()->SetFieldsDirty( sal_True, &rDelPos.GetNode(), nSz ) && in ChgNode() 170 for( sal_uLong n = rDelPos.GetIndex(); nSz; n += nDiff, --nSz ) in ChgNode() 232 for( sal_uLong n = 0; n < nSz; n++ ) in ChgNode() 2494 void SwNodes::RemoveNode( sal_uLong nDelPos, sal_uLong nSz, sal_Bool bDel ) in RemoveNode() argument 2496 sal_uLong nEnd = nDelPos + nSz; in RemoveNode() 2525 for (sal_uLong nCnt = 0; nCnt < nSz; nCnt++) in RemoveNode() 2541 sal_uLong nCnt = nSz; in RemoveNode() 2566 BigPtrArray::Remove( nDelPos, nSz ); in RemoveNode()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 702 sal_uInt16 nSz = Count(); in Invalidate() local 703 if( !nSz ) in Invalidate() 710 SwRects::Remove( 0, nSz ); in Invalidate() 718 if( GetShell()->bVisPortChgd && 0 != ( nSz = Count()) ) in Invalidate() 722 for( ; nSz--; ++pRect ) in Invalidate()
|
/aoo42x/main/sot/inc/sot/ |
H A D | storinfo.hxx | 45 SvStorageInfo( const String& rName, sal_uLong nSz, sal_Bool bIsStorage ) in SvStorageInfo() argument 47 , nSize( nSz ) in SvStorageInfo()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | glossary.cxx | 109 const sal_uInt16 nSz = rName.Len(); in lcl_GetValidShortCut() local 111 if ( 0 == nSz ) in lcl_GetValidShortCut() 115 while( rName.GetChar( nStart-1 ) == ' ' && nStart < nSz ) in lcl_GetValidShortCut() 120 for( ; nStart < nSz; ++nStart ) in lcl_GetValidShortCut()
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 469 sal_Int32 nSz = getValueOf(GetPostscriptLevel(&rSetupData), pLevel); in StartJob() local 470 pLevel[nSz++] = '\n'; in StartJob() 471 pLevel[nSz ] = '\0'; in StartJob()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 217 SwTwips nSz = 0; in getGridColsOfRow() local 223 nSz += *aIt; in getGridColsOfRow() 224 SwTwips nCalc = nSz; in getGridColsOfRow()
|
H A D | rtfattributeoutput.cxx | 821 SwTwips nSz = 0; in TableDefinition() local 836 nSz += pCellFmt->GetFrmSize().GetWidth(); in TableDefinition() 838 SwTwips nCalc = nSz; in TableDefinition()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | fwdtitem.hxx | 47 SvxFontWidthItem( const sal_uInt16 nSz /*= 0*/,
|
H A D | fhgtitem.hxx | 57 SvxFontHeightItem( const sal_uLong nSz /*= 240*/, const sal_uInt16 nPropHeight /*= 100*/,
|
/aoo42x/main/editeng/source/items/ |
H A D | textitem.cxx | 792 SvxFontHeightItem::SvxFontHeightItem( const sal_uLong nSz, in SvxFontHeightItem() argument 797 SetHeight( nSz,nPrp ); // mit den Prozenten rechnen in SvxFontHeightItem() 1199 SvxFontWidthItem::SvxFontWidthItem( const sal_uInt16 nSz, const sal_uInt16 nPrp, const sal_uInt16 n… in SvxFontWidthItem() argument 1202 nWidth = nSz; in SvxFontWidthItem()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 367 long nSz = 0; in lcl_CopyCol() local 369 nSz += rFndBoxes[ --n ]->GetBox()->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_CopyCol() 371 nSz / ( pCpyPara->nCpyCnt + 1 ) ); in lcl_CopyCol() 373 aFrmSz.SetWidth( nSz / ( pCpyPara->nCpyCnt + 1 ) ); in lcl_CopyCol()
|
/aoo42x/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 849 const sal_uInt16 nSz = rWrtSh.GetTxtFmtCollCount(); in SwAddStylesDlg_Impl() local 851 for ( sal_uInt16 j = 0;j < nSz; ++j ) in SwAddStylesDlg_Impl() 4171 const sal_uInt16 nSz = rSh.GetTxtFmtCollCount(); in ActivatePage() local 4173 for( i = 0; i < nSz; ++i ) in ActivatePage()
|
/aoo42x/extras/l10n/source/hu/ |
H A D | localize.sdf | 25460 helpcontent2 source\text\sbasic\shared\03010303.xhp 0 help par_id3150448 4 0 hu Red (SzínSzáma As… 25464 helpcontent2 source\text\sbasic\shared\03010303.xhp 0 help par_id3150440 8 0 hu \<emph\>SzínSzáma… 29307 helpcontent2 source\text\sbasic\shared\03010304.xhp 0 help par_id3151042 4 0 hu QBColor (SzínSzám… 29311 helpcontent2 source\text\sbasic\shared\03010304.xhp 0 help par_id3161832 8 0 hu \<emph\>SzínSzáma… 29312 helpcontent2 source\text\sbasic\shared\03010304.xhp 0 help par_id3147318 9 0 hu A \<emph\>SzínSzá…
|