Home
last modified time | relevance | path

Searched refs:bPrcHeight (Results 1 – 4 of 4) sorted by path

/trunk/main/sw/source/filter/html/
H A Dhtmlgrin.cxx331 sal_Bool bPrcHeight = sal_False; in InsertImage() local
378 bPrcHeight = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertImage()
379 if( bPrcHeight && nHeight>100 ) in InsertImage()
545 Size aTwipSz( bPrcWidth ? 0 : nWidth, bPrcHeight ? 0 : nHeight ); in InsertImage()
573 bPrcHeight = sal_False; in InsertImage()
578 bPrcHeight = sal_True; in InsertImage()
626 if( bPrcHeight ) in InsertImage()
646 if( bPrcHeight ) in InsertImage()
H A Dhtmlplug.cxx131 sal_Bool bPrcWidth, sal_Bool bPrcHeight, in SetFixSize() argument
139 bPrcHeight || USHRT_MAX==rPixSize.Height() ? 0 : rPixSize.Height() ); in SetFixSize()
184 else if( bPrcHeight && rPixSize.Height() ) in SetFixSize()
363 bPrcHeight = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertEmbed()
404 bPrcWidth = bPrcHeight = sal_False; in InsertEmbed()
467 SetFixSize( aSize, aDfltSz, bPrcWidth, bPrcHeight, aItemSet, aPropInfo, in InsertEmbed()
506 sal_Bool bPrcWidth = sal_False, bPrcHeight = sal_False, in NewObject() local
554 bPrcHeight = (pOption->GetString().Search('%') != STRING_NOTFOUND); in NewObject()
719 bPrcHeight = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertApplet()
838 sal_Bool bPrcWidth = sal_False, bPrcHeight = sal_False; in InsertFloatingFrame() local
[all …]
H A Dswhtml.cxx4751 sal_Bool bPrcHeight = sal_False; in InsertSpacer() local
4781 bPrcHeight = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertSpacer()
4813 SetFixSize( aSize, aDfltSz, bPrcWidth, bPrcHeight, in InsertSpacer()
H A Dswhtml.hxx713 sal_Bool bPrcWidth, sal_Bool bPrcHeight,

Completed in 61 milliseconds