Searched refs:bRotateTextWithShape (Results 1 – 2 of 2) sorted by relevance
299 sal_Bool bRotateTextWithShape : 1; member318 bRotateTextWithShape( sal_True ), in DffObjData()
2771 sal_Bool bRotateTextWithShape = rObjData.bRotateTextWithShape; in CheckAndCorrectExcelTextRotation() local2812 … bRotateTextWithShape = sal_True; // using the correct xml default in CheckAndCorrectExcelTextRotation()2821 … bRotateTextWithShape = ( pPtr[ 9 ] != '1' ) && ( pPtr[ 9 ] != 't' ); in CheckAndCorrectExcelTextRotation()2840 if ( !bRotateTextWithShape ) in CheckAndCorrectExcelTextRotation()4298 aObjData.bRotateTextWithShape = ( GetSvxMSDffSettings() & SVXMSDFF_SETTINGS_IMPORT_EXCEL ) == 0; in ImportShape()