/trunk/main/xmloff/source/forms/ |
H A D | controlpropertymap.cxx | 121 static sal_Bool bSorted = sal_False; in initializePropertyMaps() local 122 if (!bSorted) in initializePropertyMaps() 125 bSorted = sal_True; in initializePropertyMaps()
|
/trunk/main/sfx2/source/appl/ |
H A D | workwin.cxx | 534 bSorted = sal_True; in Sort_Impl() 588 bSorted( sal_True ), in SfxWorkWindow() 798 bSorted = sal_False; in DeleteControllers_Impl() 873 if (!bSorted) in Arrange_Impl() 1057 bSorted = sal_False; in RegisterChild_Impl() 1076 bSorted = sal_False; in AlignChild_Impl() 1106 bSorted = sal_False; in ReleaseChild_Impl() 1971 if ( !bSorted ) in ConfigChild_Impl() 2138 bSorted = sal_False; in ConfigChild_Impl() 2752 if ( !bSorted ) in MakeChildsVisible_Impl() [all …]
|
/trunk/main/cppuhelper/source/ |
H A D | propshlp.cxx | 1095 void OPropertyArrayHelper::init( sal_Bool bSorted ) SAL_THROW( () ) in init() argument 1105 if (bSorted) { in init() 1127 sal_Bool bSorted ) in OPropertyArrayHelper() argument 1132 init( bSorted ); in OPropertyArrayHelper() 1137 sal_Bool bSorted ) in OPropertyArrayHelper() argument 1142 init( bSorted ); in OPropertyArrayHelper()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolypolygonrasterconverter.cxx | 173 bool bSorted = true; in prepareCounters() local 177 bSorted = false; in prepareCounters() 187 if(bSorted) in prepareCounters()
|
/trunk/main/rsc/source/parser/ |
H A D | rsckey.cxx | 106 void RscNameTable::SetSort( sal_Bool bSorted ){ argument 107 bSort = bSorted;
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | propshlp.hxx | 131 sal_Bool bSorted = sal_True ) 142 sal_Bool bSorted = sal_True ) 200 void init( sal_Bool bSorted ) SAL_THROW( () );
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 282 … > UCBContentHelper::GetFolderContents( const String& rFolder, sal_Bool bFolder, sal_Bool bSorted ) in GetFolderContents() argument 291 Sequence< OUString > aProps( bSorted ? 2 : 1 ); in GetFolderContents() 294 if ( bSorted ) in GetFolderContents() 300 if ( !bSorted ) in GetFolderContents()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 650 void FillCharStyleListBox(ListBox& rToFill, SwDocShell* pDocSh, sal_Bool bSorted, sal_Bool bWithDef… in FillCharStyleListBox() argument 664 if(bSorted) in FillCharStyleListBox() 684 if(bSorted) in FillCharStyleListBox()
|
/trunk/main/toolkit/source/helper/ |
H A D | property.cxx | 323 static sal_Bool bSorted = sal_False; in ImplAssertValidPropertyArray() local 324 if( !bSorted ) in ImplAssertValidPropertyArray() 329 bSorted = sal_True; in ImplAssertValidPropertyArray()
|
/trunk/main/tools/source/rc/ |
H A D | resmgr.cxx | 625 sal_Bool bSorted = sal_True; in Create() local 647 bSorted = sal_False; in Create() 655 OSL_ENSURE( bSorted, "content not sorted" ); in Create() 658 if( !bSorted ) in Create()
|
/trunk/main/rsc/inc/ |
H A D | rsckey.hxx | 44 void SetSort( sal_Bool bSorted = sal_True );
|
/trunk/main/sw/source/ui/inc/ |
H A D | uitool.hxx | 73 SW_DLLPUBLIC void FillCharStyleListBox(ListBox& rToFill, SwDocShell* pDocSh, sal_Bool bSorted = sal…
|
/trunk/main/sfx2/source/inc/ |
H A D | helper.hxx | 50 … GetFolderContents( const String& rFolder, sal_Bool bFolder, sal_Bool bSorted = sal_False );
|
H A D | workwin.hxx | 260 sal_Bool bSorted : 1; member in SfxWorkWindow
|
/trunk/main/sc/source/core/data/ |
H A D | validat.cxx | 618 void lclInsertStringToCollection( TypedScStrCollection& rStrColl, TypedStrData* pData, bool bSorted… in lclInsertStringToCollection() argument 620 if( !(bSorted ? rStrColl.Insert( pData ) : rStrColl.AtInsert( rStrColl.GetCount(), pData )) ) in lclInsertStringToCollection()
|
/trunk/main/unotools/inc/unotools/ |
H A D | ucbhelper.hxx | 58 … GetFolderContents( const String& rFolder, sal_Bool bFolder, sal_Bool bSorted = sal_False );
|
/trunk/main/sfx2/source/bastyp/ |
H A D | helper.cxx | 248 … > SfxContentHelper::GetFolderContents( const String& rFolder, sal_Bool bFolder, sal_Bool bSorted ) in GetFolderContents() argument 265 if ( !bSorted ) in GetFolderContents()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 355 static sal_Bool bSorted = sal_False; in ImplGetComponentType() local 356 if( !bSorted ) in ImplGetComponentType() 362 bSorted = sal_True; in ImplGetComponentType()
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 6187 sal_Bool bSorted; in CalculateLookup() local 6189 bSorted = GetBool(); in CalculateLookup() 6191 bSorted = sal_True; in CalculateLookup() 6261 if ( bSorted ) in CalculateLookup() 6277 if ( bSorted ) in CalculateLookup() 6313 if ( bSorted ) in CalculateLookup() 6365 if ( bSorted ) in CalculateLookup() 6372 if ( bSorted ) in CalculateLookup()
|