/aoo42x/main/cui/source/tabpages/ |
H A D | border.src | 38 Text [ en-US ] = "Borders" ; 369 Text [ en-US ] = "Set No Borders" ; 393 Text [ en-US ] = "Set All Four Borders" ; 397 Text [ en-US ] = "Set Left and Right Borders Only" ; 401 Text [ en-US ] = "Set Top and Bottom Borders Only" ; 409 Text [ en-US ] = "Set Top and Bottom Borders, and All Inner Lines" ; 413 Text [ en-US ] = "Set Left and Right Borders, and All Inner Lines" ;
|
H A D | bbdlg.src | 48 Text [ en-US ] = "Borders" ; 77 Text [ en-US ] = "Borders" ;
|
/aoo42x/main/sc/source/ui/sidebar/ |
H A D | CellAppearancePropertyPanel.src | 364 Text [ en-US ] = "All Borders" ; 370 Text [ en-US ] = "Outside Borders" ; 425 Text [ en-US ] = "Top and Thick Bottom Borders" ; 431 Text [ en-US ] = "Top and Double Bottom Borders" ; 526 Text [ en-US ] = "Top and Bottom Borders" ; 530 Text [ en-US ] = "Left and Right Borders" ;
|
/aoo42x/main/migrationanalysis/src/driver_docs/sources/word/ |
H A D | MigrationAnalyser.cls | 1248 If IsInvalidBorderStyle(aTable.Borders(wdBorderTop).LineStyle) Then 1251 If IsInvalidBorderStyle(aTable.Borders(wdBorderBottom).LineStyle) Then 1254 If IsInvalidBorderStyle(aTable.Borders(wdBorderDiagonalDown).LineStyle) Then 1257 If IsInvalidBorderStyle(aTable.Borders(wdBorderDiagonalUp).LineStyle) Then 1261 If IsInvalidBorderStyle(aTable.Borders(wdBorderHorizontal).LineStyle) Then 1264 If IsInvalidBorderStyle(aTable.Borders(wdBorderLeft).LineStyle) Then 1267 If IsInvalidBorderStyle(aTable.Borders(wdBorderRight).LineStyle) Then 1270 If IsInvalidBorderStyle(aTable.Borders(wdBorderVertical).LineStyle) Then
|
/aoo42x/main/sw/source/ui/fmtui/ |
H A D | tmpdlg.src | 175 Text [ en-US ] = "Borders" ; 239 Text [ en-US ] = "Borders" ; 275 Text [ en-US ] = "Borders" ; 362 Text [ en-US ] = "Borders" ;
|
/aoo42x/main/sc/source/ui/styleui/ |
H A D | styledlg.src | 69 Text [ en-US ] = "Borders" ; 107 Text [ en-US ] = "Borders" ;
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaformatcondition.cxx | 82 ScVbaFormatCondition::Borders( const uno::Any& Index ) throw (script::BasicErrorException, uno::Run… in Borders() function in ScVbaFormatCondition 83 { return mxStyle->Borders( Index ); in Borders()
|
H A D | vbaformatcondition.hxx | 60 …virtual css::uno::Any SAL_CALL Borders( const css::uno::Any& Index ) throw (css::script::BasicErro…
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | frmpage.src | 67 Text [ en-US ] = "Borders" ; 156 Text [ en-US ] = "Borders" ; 228 Text [ en-US ] = "Borders" ;
|
H A D | frmui.src | 112 Text [ en-US ] = "Borders" ;
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbatable.hxx | 44 …virtual css::uno::Any SAL_CALL Borders( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExce…
|
H A D | vbatable.cxx | 89 SwVbaTable::Borders( const uno::Any& index ) throw (uno::RuntimeException) in Borders() function in SwVbaTable
|
/aoo42x/main/cui/source/dialogs/ |
H A D | sdrcelldlg.src | 58 Text [ en-US ] = "Borders" ;
|
/aoo42x/main/oovbaapi/ooo/vba/word/ |
H A D | XTable.idl | 67 any Borders( [in] any Index );
|
/aoo42x/main/oovbaapi/ooo/vba/excel/ |
H A D | XFormatCondition.idl | 69 any Borders( [in] any Index) raises ( com::sun::star::script::BasicErrorException );
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/ |
H A D | Ranges-2.log | 47 ITEM Assertion OK : - = Borders.Color (getColor)
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | Ranges-2.log | 47 ITEM Assertion OK : - = Borders.Color (getColor)
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | Ranges-2.log | 47 ITEM Assertion OK : - = Borders.Color (getColor)
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | Ranges-2.log | 47 ITEM Assertion OK : - = Borders.Color (getColor)
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/ |
H A D | Ranges-2.log | 47 ITEM Assertion OK : - = Borders.Color (getColor)
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | Ranges-2.log | 47 ITEM Assertion OK : - = Borders.Color (getColor)
|
/aoo42x/main/sw/source/ui/chrdlg/ |
H A D | paradlg.src | 85 Text [ en-US ] = "Borders" ;
|
/aoo42x/main/sc/source/ui/src/ |
H A D | attrdlg.src | 78 Text [ en-US ] = "Borders" ;
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.src | 67 Text [ en-US ] = "Borders" ;
|
/aoo42x/main/migrationanalysis/src/driver_docs/sources/excel/ |
H A D | MigrationAnalyser.cls | 1318 CheckLineFormatIssue = (myRange.Borders(edge).LineStyle <> xlContinuous) And _ 1319 (myRange.Borders(edge).LineStyle <> xlDouble) And _ 1320 (myRange.Borders(edge).LineStyle <> xlLineStyleNone)
|