Home
last modified time | relevance | path

Searched refs:nSz (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx155 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()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx849 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()
/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf25460 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á…
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx469 sal_Int32 nSz = getValueOf(GetPostscriptLevel(&rSetupData), pLevel); in StartJob() local
470 pLevel[nSz++] = '\n'; in StartJob()
471 pLevel[nSz ] = '\0'; in StartJob()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx109 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()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx821 SwTwips nSz = 0; in TableDefinition() local
836 nSz += pCellFmt->GetFrmSize().GetWidth(); in TableDefinition()
838 SwTwips nCalc = nSz; in TableDefinition()
H A DWW8TableInfo.cxx217 SwTwips nSz = 0; in getGridColsOfRow() local
223 nSz += *aIt; in getGridColsOfRow()
224 SwTwips nCalc = nSz; in getGridColsOfRow()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx2366 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 …]
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx145 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()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx367 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()
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx702 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()
/trunk/main/sot/inc/sot/
H A Dstorinfo.hxx45 SvStorageInfo( const String& rName, sal_uLong nSz, sal_Bool bIsStorage ) in SvStorageInfo() argument
47 , nSize( nSz ) in SvStorageInfo()
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx392 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 …]
/trunk/main/editeng/source/items/
H A Dtextitem.cxx792 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()
/trunk/main/editeng/inc/editeng/
H A Dfhgtitem.hxx57 SvxFontHeightItem( const sal_uLong nSz /*= 240*/, const sal_uInt16 nPropHeight /*= 100*/,
H A Dfwdtitem.hxx47 SvxFontWidthItem( const sal_uInt16 nSz /*= 0*/,

Completed in 1667 milliseconds