Home
last modified time | relevance | path

Searched refs:aCSS1PropInfo (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sw/source/filter/html/
H A Dhtmlform.cxx1898 SvxCSS1PropertyInfo aCSS1PropInfo; in InsertInput() local
1901 ParseStyleOptions( aStyle, aId, aClass, aCSS1ItemSet, aCSS1PropInfo ); in InsertInput()
1906 if( SVX_CSS1_LTYPE_TWIP== aCSS1PropInfo.eWidthType ) in InsertInput()
1908 aSz.Width() = TWIP_TO_MM100( aCSS1PropInfo.nWidth ); in InsertInput()
1912 if( SVX_CSS1_LTYPE_TWIP== aCSS1PropInfo.eHeightType ) in InsertInput()
1914 aSz.Height() = TWIP_TO_MM100( aCSS1PropInfo.nHeight ); in InsertInput()
1944 aCSS1ItemSet, aCSS1PropInfo, in InsertInput()
2170 SvxCSS1PropertyInfo aCSS1PropInfo; in NewTextArea() local
2173 ParseStyleOptions( aStyle, aId, aClass, aCSS1ItemSet, aCSS1PropInfo ); in NewTextArea()
2179 if( SVX_CSS1_LTYPE_TWIP== aCSS1PropInfo.eWidthType ) in NewTextArea()
[all …]