Searched refs:bPrcHeight (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlplug.cxx | 131 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 D | htmlgrin.cxx | 331 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 D | swhtml.hxx | 713 sal_Bool bPrcWidth, sal_Bool bPrcHeight,
|
H A D | swhtml.cxx | 4751 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()
|
Completed in 69 milliseconds