Searched refs:aTrue (Results 1 – 5 of 5) sorted by relevance
/trunk/main/odk/examples/DevelopersGuide/Charts/ |
H A D | ChartInDraw.java | 212 Boolean aTrue = new Boolean( true ); in testThreeD() local 214 aDiaProp.setPropertyValue( "Dim3D", aTrue ); in testThreeD() 215 aDiaProp.setPropertyValue( "Deep", aTrue ); in testThreeD()
|
/trunk/main/extensions/source/activex/main/ |
H A D | SOActiveX.cpp | 573 CComVariant aTrue( TRUE ); in CreateFrameOldWay() local 574 hr = ExecuteFunc( mpDispWin, L"setVisible", &aTrue, 1, &dummyResult ); in CreateFrameOldWay()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 1443 static const sal_Bool aTrue = sal_True; in assignTable() local 1444 …vRowList.begin(),m_vRowList.end(),boost::bind( &OTableRow::SetReadOnly, _1, boost::cref( aTrue ))); in assignTable()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 3835 uno::Any aTrue( uno::makeAny( true )); in SetLineNumbering() local 3836 … xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_IS_ON ), aTrue); in SetLineNumbering() 3837 … xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_COUNT_EMPTY_LINES ), aTrue ); in SetLineNumbering()
|
/trunk/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 923 const Any aTrue( makeAny( (sal_Bool)sal_True ) ); in exportAnimPropertySet() local 952 pAny[ DFF_ANIM_AFTEREFFECT ] = &aTrue; in exportAnimPropertySet()
|
Completed in 53 milliseconds