flddb.cxx (efeef26f) | flddb.cxx (768779ec) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 404 unchanged lines hidden (view full) --- 413 } 414 aFormatFL.Enable(bDBFormat|bFormat); 415 416 if (!IsFldEdit()) 417 { 418 aValueED.SetText(aEmptyStr); 419 if (bCond) 420 aConditionED.SetText( String::CreateFromAscii( | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 404 unchanged lines hidden (view full) --- 413 } 414 aFormatFL.Enable(bDBFormat|bFormat); 415 416 if (!IsFldEdit()) 417 { 418 aValueED.SetText(aEmptyStr); 419 if (bCond) 420 aConditionED.SetText( String::CreateFromAscii( |
421 RTL_CONSTASCII_STRINGPARAM( "sal_True" ))); | 421 RTL_CONSTASCII_STRINGPARAM( "TRUE" ))); |
422 else 423 aConditionED.SetText(aEmptyStr); 424 } 425 426 CheckInsert(); 427 } 428 429 return 0; --- 150 unchanged lines hidden --- | 422 else 423 aConditionED.SetText(aEmptyStr); 424 } 425 426 CheckInsert(); 427 } 428 429 return 0; --- 150 unchanged lines hidden --- |